glowingbear-mainbox/manifest.json
2016-02-27 14:58:47 +01:00

26 lines
532 B
JSON

{
"name": "Glowing Bear",
"description": "WeeChat Web frontend",
"version": "0.6.0",
"manifest_version": 2,
"icons": {
"32": "assets/img/favicon.png",
"128": "assets/img/glowing_bear_128x128.png"
},
"app": {
"urls": [
"http://glowing-bear.github.io/glowing-bear/"
],
"launch": {
"container": "panel",
"web_url": "http://glowing-bear.github.io/glowing-bear/"
}
},
"permissions": [
"notifications"
],
"web_accessible_resources": [
"assets/img/favicon.png"
]
}