-
Notifications
You must be signed in to change notification settings - Fork 21
/
appinfo.json
46 lines (42 loc) · 1.13 KB
/
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
43
44
45
46
{
"title": "Spaz Beta",
"version": "2.0.14",
"type": "web",
"main": "index.html",
"id": "com.funkatron.app.spaz-beta",
"splashicon": "images/splash-icon.png",
"splashBackground":"images/splash-bg.png",
"miniicon": "images/miniicon.png",
"vendor": "Funkatron Productions",
"vendorurl": "http://funkatron.com",
"copyright": "© Copyright 2009-2011 Funkatron Productions",
"theme": "dark",
"noWindow":true,
"keywords":["Spaz", "spz", "Twitter", "Tweet", "Chat", "statusnet", "identica", "identi.ca", "status"],
"support": {
"url": "http://help.getspaz.com",
"email": {
"address": "[email protected]",
"subject": "Spaz Support"
},
"resources": [
{
"type": "web",
"label": "Spaz Homepage",
"url": "http://getspaz.com/"
}
]
},
"universalSearch": {
"action" : {
"displayName" : "Post with Spaz Beta",
"url" : "com.funkatron.app.spaz-beta",
"launchParam" : {"action":"prepPost", "msg":"#{searchTerms}"}
},
"search" : {
"displayName" : "Spaz Beta",
"url" : "com.funkatron.app.spaz-beta",
"launchParam" : {"action":"search", "query":"#{searchTerms}"}
}
}
}