glowing-bear/manifest.webapp

20 lines
362 B
Plaintext
Raw Normal View History

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