You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
504 B
25 lines
504 B
{
|
|
"name": "Glowing Bear",
|
|
"description": "WeeChat Web frontend",
|
|
"version": "0.7.1",
|
|
"manifest_version": 2,
|
|
"icons": {
|
|
"32": "assets/img/favicon.png",
|
|
"128": "assets/img/glowing_bear_128x128.png"
|
|
},
|
|
"app": {
|
|
"urls": [
|
|
"https://www.glowing-bear.org/"
|
|
],
|
|
"launch": {
|
|
"container": "panel",
|
|
"web_url": "https://www.glowing-bear.org/"
|
|
}
|
|
},
|
|
"permissions": [
|
|
"notifications"
|
|
],
|
|
"web_accessible_resources": [
|
|
"assets/img/favicon.png"
|
|
]
|
|
}
|
|
|