glowingbear-mainbox/manifest.json

26 lines
510 B
JSON
Raw Normal View History

{
"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": [
"https://glowing-bear.github.io/glowing-bear/"
],
"launch": {
2014-02-10 13:05:58 +01:00
"container": "panel",
"web_url": "https://glowing-bear.github.io/glowing-bear/"
}
},
"permissions": [
"notifications"
],
"web_accessible_resources": [
"img/favicon.png"
2014-01-25 14:49:41 +01:00
]
}