This branch adds App support for both Chrome and Firefox. The reference was https://github.com/torhve/glowing-bear/tree/ffappwith-route-provider
commit
3720ef686e
After Width: | Height: | Size: 9.7 KiB |
@ -0,0 +1,25 @@ |
|||||||
|
{ |
||||||
|
"name": "Weechat", |
||||||
|
"description": "WeeChat Web frontend", |
||||||
|
"version": "0.0.0.1", |
||||||
|
"manifest_version": 2, |
||||||
|
"icons": { |
||||||
|
"32": "img/favicon.png", |
||||||
|
"128": "img/weechat_logo_128x128.png" |
||||||
|
}, |
||||||
|
"app": { |
||||||
|
"urls": [ |
||||||
|
"http://torhve.github.io/glowing-bear/" |
||||||
|
], |
||||||
|
"launch": { |
||||||
|
"web_url": "http://torhve.github.io/glowing-bear/" |
||||||
|
} |
||||||
|
}, |
||||||
|
"permissions": [ |
||||||
|
"notifications" |
||||||
|
], |
||||||
|
"web_accessible_resources": [ |
||||||
|
"img/favicon.png" |
||||||
|
], |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,19 @@ |
|||||||
|
{ |
||||||
|
"name": "WeeChat", |
||||||
|
"description": "WeeChat Web frontend", |
||||||
|
"icons": { |
||||||
|
"128": "img/weechat_logo_128x128.png", |
||||||
|
"32": "img/favicon.png" |
||||||
|
}, |
||||||
|
"launch_path": "/glowing-bear/", |
||||||
|
"installs_allowed_from": [ |
||||||
|
"*" |
||||||
|
], |
||||||
|
"developer": { |
||||||
|
"name": "Tor Hveem", |
||||||
|
"url": "http://github.com/torhve/" |
||||||
|
}, |
||||||
|
"default_locale": "en", |
||||||
|
"version": "2" |
||||||
|
} |
||||||
|
|
Loading…
Reference in new issue