glowingbear-mainbox/manifest.webapp
Felix Eckhofer 482639f7e6 Update URL to point to new Github Org
Travis-CI url to be updated at a later date?
2014-04-24 17:08:58 +02:00

22 lines
529 B
JSON

{
"name": "WeeChat",
"description": "WeeChat Web frontend",
"launch_path": "/glowing-bear/index.html",
"icons": {
"128": "/glowing-bear/img/weechat_logo_128x128.png",
"60": "/glowing-bear/img/weechat_logo_60x60.png",
"90": "/glowing-bear/img/weechat_logo_90x90.png",
"32": "/glowing-bear/img/favicon.png"
},
"installs_allowed_from": [
"*"
],
"developer": {
"name": "The Glowing Bear Authors",
"url": "https://github.com/glowing-bear"
},
"default_locale": "en",
"version": "2"
}