More icon sizes, try to fix manifests
This commit is contained in:
parent
b289fc472f
commit
a93c3c67ad
4 changed files with 5 additions and 5 deletions
BIN
img/weechat_logo_60x60.png
Normal file
BIN
img/weechat_logo_60x60.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
BIN
img/weechat_logo_90x90.png
Normal file
BIN
img/weechat_logo_90x90.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
|
@ -20,6 +20,5 @@
|
|||
],
|
||||
"web_accessible_resources": [
|
||||
"img/favicon.png"
|
||||
],
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -2,10 +2,11 @@
|
|||
"name": "WeeChat",
|
||||
"description": "WeeChat Web frontend",
|
||||
"icons": {
|
||||
"128": "img/weechat_logo_128x128.png",
|
||||
"32": "img/favicon.png"
|
||||
"128": "/glowing-bear/img/weechat_logo_128x128.png",
|
||||
"60": "/glowing-bear/img/weechat_logo_60x60.png",
|
||||
"90": "/glowing-bear/img/weechat_logo_90x90.png",
|
||||
"32": "/glowing-bear/img/favicon.png"
|
||||
},
|
||||
"launch_path": "/glowing-bear/",
|
||||
"installs_allowed_from": [
|
||||
"*"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue