glowingbear-mainbox/manifest.webapp

30 lines
822 B
Plaintext
Raw Permalink Normal View History

2013-10-21 15:51:55 +02:00
{
"name": "Glowing Bear",
2013-10-21 15:51:55 +02:00
"description": "WeeChat Web frontend",
2017-03-17 09:45:44 +01:00
"launch_path": "/index.html",
2013-10-21 15:51:55 +02:00
"icons": {
2017-03-17 09:45:44 +01:00
"128": "/assets/img/glowing_bear_128x128.png",
"60": "/assets/img/glowing_bear_60x60.png",
"90": "/assets/img/glowing_bear_90x90.png",
"32": "/assets/img/favicon.png"
2013-10-21 15:51:55 +02:00
},
"installs_allowed_from": [
"*"
],
"developer": {
"name": "The Glowing Bear Authors",
"url": "https://github.com/glowing-bear"
2013-10-21 15:51:55 +02:00
},
2015-02-04 12:16:24 +01:00
"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":{}
},
2013-10-21 16:18:16 +02:00
"default_locale": "en",
2016-12-03 12:39:24 +01:00
"version": "0.7.0"
2013-10-21 15:51:55 +02:00
}