forked from strackoverflow/phnx
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathappinfo.json
More file actions
31 lines (30 loc) · 798 Bytes
/
appinfo.json
File metadata and controls
31 lines (30 loc) · 798 Bytes
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
{
"title": "Project Macaw",
"vendor": "Project Macaw",
"id": "net.minego.phnx",
"version": "1.8.1",
"type": "web",
"main": "index.html",
"icon": "icon64.png",
"smallicon": "icon24.png",
"miniicon": "icon24.png",
"splashicon": "icon256.png",
"splashBackground": "splash-bg.png",
"keywords": [ "twitter", "tweet" ],
"copyright": "",
"dockMode": true,
"noWindow": true,
"universalSearch": {
"action": {
"displayName": "Tweet with Project Macaw",
"url": "net.minego.phnx",
"launchParam": { "action": "tweet", "msg":"#{searchTerms}" }
},
"search": {
"displayName": "Search User Project Macaw",
"url": "net.minego.phnx",
"launchParam": { "action": "user", "userid":"#{searchTerms}" }
}
},
"uiRevision": 2
}