Update app manifests
- fix name & image paths - unify version numbers
This commit is contained in:
parent
4142883b29
commit
1428005d1d
2 changed files with 7 additions and 8 deletions
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "Weechat",
|
"name": "Glowing Bear",
|
||||||
"description": "WeeChat Web frontend",
|
"description": "WeeChat Web frontend",
|
||||||
"version": "0.0.0.1",
|
"version": "0.3.0",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"icons": {
|
"icons": {
|
||||||
"32": "img/favicon.png",
|
"32": "assets/img/favicon.png",
|
||||||
"128": "img/weechat_logo_128x128.png"
|
"128": "assets/img/glowing_bear_128x128.png"
|
||||||
},
|
},
|
||||||
"app": {
|
"app": {
|
||||||
"urls": [
|
"urls": [
|
||||||
|
@ -20,6 +20,6 @@
|
||||||
"notifications"
|
"notifications"
|
||||||
],
|
],
|
||||||
"web_accessible_resources": [
|
"web_accessible_resources": [
|
||||||
"img/favicon.png"
|
"assets/img/favicon.png"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "WeeChat",
|
"name": "Glowing Bear",
|
||||||
"description": "WeeChat Web frontend",
|
"description": "WeeChat Web frontend",
|
||||||
"launch_path": "/glowing-bear/index.html",
|
"launch_path": "/glowing-bear/index.html",
|
||||||
"icons": {
|
"icons": {
|
||||||
|
@ -16,6 +16,5 @@
|
||||||
"url": "https://github.com/glowing-bear"
|
"url": "https://github.com/glowing-bear"
|
||||||
},
|
},
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"version": "2"
|
"version": "0.3.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue