glowing-bear/manifest.webapp

21 lines
565 B
Plaintext
Raw Normal View History

2013-10-21 13:51:55 +00:00
{
"name": "Glowing Bear",
2013-10-21 13:51:55 +00:00
"description": "WeeChat Web frontend",
2014-02-26 19:53:22 +00:00
"launch_path": "/glowing-bear/index.html",
2013-10-21 13:51:55 +00: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 13:51:55 +00:00
},
"installs_allowed_from": [
"*"
],
"developer": {
"name": "The Glowing Bear Authors",
"url": "https://github.com/glowing-bear"
2013-10-21 13:51:55 +00:00
},
2013-10-21 14:18:16 +00:00
"default_locale": "en",
2014-08-02 14:27:15 +00:00
"version": "0.4.0"
2013-10-21 13:51:55 +00:00
}