-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
42 lines (42 loc) · 862 Bytes
/
appinfo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"id": "com.milclobe.pastebin",
"version": "2.1.0",
"vendor": "milclobe",
"type": "web",
"main": "index.html",
"title": "Pastebin",
"icon": "PasteIcon48_48.png",
"smallicon": "PasteIcon32_32.png",
"splashicon": "PasteIcon128_128.png",
"splashBackground":"images/splash-dark.png",
"copyright":"Copyright © 2011 milclobe",
"support": {
"url": "http://www.milclobe.com",
"email": {
"address": "[email protected]",
"subject": "Pastebin Support"
},
"resources": [
{
"type": "scene",
"label": "FAQ",
"sceneName": "faq"
},
{
"type": "scene",
"label": "Fields",
"sceneName": "fields"
},
{
"type": "scene",
"label": "About",
"sceneName": "about"
},
{
"type": "web",
"label": "Pastebin.com",
"url": "http://pastebin.com/faq"
}
]
}
}