glowingbear-mainbox/manifest.json

26 lines
502 B
JSON
Raw Normal View History

{
"name": "Glowing Bear",
"description": "WeeChat Web frontend",
2016-12-03 12:39:24 +01:00
"version": "0.7.0",
"manifest_version": 2,
"icons": {
"32": "assets/img/favicon.png",
"128": "assets/img/glowing_bear_128x128.png"
},
"app": {
"urls": [
"http://www.glowing-bear.org/"
],
"launch": {
2014-02-10 13:05:58 +01:00
"container": "panel",
"web_url": "http://www.glowing-bear.org/"
}
},
"permissions": [
"notifications"
],
"web_accessible_resources": [
"assets/img/favicon.png"
2014-01-25 14:49:41 +01:00
]
}