glowingbear-mainbox/manifest.json
David Cormier 22977a0772 Modify manifest point to cormier.github.io
Manifest now points to cormier.github.io
2014-02-26 12:57:38 -05:00

26 lines
498 B
JSON

{
"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://cormier.github.io/glowing-bear/"
],
"launch": {
"container": "panel",
"web_url": "http://cormier.github.io/glowing-bear/"
}
},
"permissions": [
"notifications"
],
"web_accessible_resources": [
"img/favicon.png"
]
}