glowingbear-mainbox/manifest.webapp

20 lines
362 B
Plaintext
Raw Normal View History

2013-10-21 15:51:55 +02:00
{
"name": "WeeChat",
"description": "WeeChat Web frontend",
"icons": {
2013-10-21 16:23:42 +02:00
"128": "img/weechat_logo_128x128.png",
"32": "img/favicon.png"
2013-10-21 15:51:55 +02:00
},
2013-10-21 16:18:16 +02:00
"launch_path": "/glowing-bear/",
2013-10-21 15:51:55 +02:00
"installs_allowed_from": [
"*"
],
"developer": {
"name": "Tor Hveem",
"url": "http://github.com/torhve/"
},
2013-10-21 16:18:16 +02:00
"default_locale": "en",
"version": "2"
2013-10-21 15:51:55 +02:00
}