glowingbear-mainbox/manifest.webapp

21 lines
565 B
Plaintext
Raw 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",
2014-02-26 20:53:22 +01:00
"launch_path": "/glowing-bear/index.html",
2013-10-21 15:51:55 +02:00
"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"
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
},
2013-10-21 16:18:16 +02:00
"default_locale": "en",
"version": "0.4.4"
2013-10-21 15:51:55 +02:00
}