2013-10-21 15:51:55 +02:00
|
|
|
{
|
2014-06-30 21:20:31 +02:00
|
|
|
"name": "Glowing Bear",
|
2013-10-21 15:51:55 +02:00
|
|
|
"description": "WeeChat Web frontend",
|
2014-02-26 20:53:22 +01:00
|
|
|
"launch_path": "/glowing-bear/index.html",
|
2013-10-21 15:51:55 +02:00
|
|
|
"icons": {
|
2014-05-24 12:08:11 +02:00
|
|
|
"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"
|
2013-10-21 15:51:55 +02:00
|
|
|
},
|
|
|
|
"installs_allowed_from": [
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"developer": {
|
2014-04-24 17:08:58 +02:00
|
|
|
"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-01-16 15:01:46 +01:00
|
|
|
"version": "0.5.2"
|
2013-10-21 15:51:55 +02:00
|
|
|
}
|