forked from glowing-bear/glowing-bear
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.webapp
29 lines (29 loc) · 887 Bytes
/
manifest.webapp
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
{
"name": "Glowing Bear",
"description": "WeeChat Web frontend",
"launch_path": "/glowing-bear/index.html",
"icons": {
"128": "/glowing-bear/assets/img/glowing_bear_128x128.png",
"60": "/glowing-bear/assets/img/glowing_bear_60x60.png",
"90": "/glowing-bear/assets/img/glowing_bear_90x90.png",
"32": "/glowing-bear/assets/img/favicon.png"
},
"installs_allowed_from": [
"*"
],
"developer": {
"name": "The Glowing Bear Authors",
"url": "https://github.com/glowing-bear"
},
"permissions": {
"audio-channel-normal" : {
"description" : "Needed to play this app's audio content on the normal channel"
},
"audio-channel-content" : {
"description" : "Needed to play this app's audio content on the content channel"
},
"desktop-notification":{}
},
"default_locale": "en",
"version": "0.5.0"
}