More icon sizes, try to fix manifests

This commit is contained in:
Tor Hveem 2014-01-25 14:49:41 +01:00
parent b289fc472f
commit a93c3c67ad
4 changed files with 5 additions and 5 deletions

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

View file

@ -20,6 +20,5 @@
], ],
"web_accessible_resources": [ "web_accessible_resources": [
"img/favicon.png" "img/favicon.png"
], ]
}
} }

View file

@ -2,10 +2,11 @@
"name": "WeeChat", "name": "WeeChat",
"description": "WeeChat Web frontend", "description": "WeeChat Web frontend",
"icons": { "icons": {
"128": "img/weechat_logo_128x128.png", "128": "/glowing-bear/img/weechat_logo_128x128.png",
"32": "img/favicon.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": [ "installs_allowed_from": [
"*" "*"
], ],