25 lines
532 B
JSON
25 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"
|
|
]
|
|
}
|