2013-10-21 16:12:58 +02:00
|
|
|
{
|
2014-06-30 21:20:31 +02:00
|
|
|
"name": "Glowing Bear",
|
2013-10-21 16:12:58 +02:00
|
|
|
"description": "WeeChat Web frontend",
|
2016-02-27 14:52:20 +01:00
|
|
|
"version": "0.6.0",
|
2013-10-21 16:12:58 +02:00
|
|
|
"manifest_version": 2,
|
|
|
|
"icons": {
|
2014-06-30 21:20:31 +02:00
|
|
|
"32": "assets/img/favicon.png",
|
|
|
|
"128": "assets/img/glowing_bear_128x128.png"
|
2013-10-21 16:12:58 +02:00
|
|
|
},
|
|
|
|
"app": {
|
|
|
|
"urls": [
|
2014-05-08 00:03:41 +02:00
|
|
|
"http://glowing-bear.github.io/glowing-bear/"
|
2013-10-21 16:12:58 +02:00
|
|
|
],
|
|
|
|
"launch": {
|
2014-02-10 13:05:58 +01:00
|
|
|
"container": "panel",
|
2014-05-08 00:03:41 +02:00
|
|
|
"web_url": "http://glowing-bear.github.io/glowing-bear/"
|
2013-10-21 16:12:58 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"permissions": [
|
|
|
|
"notifications"
|
|
|
|
],
|
|
|
|
"web_accessible_resources": [
|
2014-06-30 21:20:31 +02:00
|
|
|
"assets/img/favicon.png"
|
2014-01-25 14:49:41 +01:00
|
|
|
]
|
2013-10-21 16:12:58 +02:00
|
|
|
}
|