glowingbear-mainbox/manifest.json

26 lines
504 B
JSON
Raw Permalink 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": [
2017-04-23 14:34:12 +02:00
"https://www.glowing-bear.org/"
],
"launch": {
2014-02-10 13:05:58 +01:00
"container": "panel",
2017-04-23 14:34:12 +02:00
"web_url": "https://www.glowing-bear.org/"
}
},
"permissions": [
"notifications"
],
"web_accessible_resources": [
"assets/img/favicon.png"
2014-01-25 14:49:41 +01:00
]
}