More icon sizes, try to fix manifests

with-route-provider
Tor Hveem 12 years ago
parent b289fc472f
commit a93c3c67ad
  1. BIN
      img/weechat_logo_60x60.png
  2. BIN
      img/weechat_logo_90x90.png
  3. 3
      manifest.json
  4. 7
      manifest.webapp

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

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

@ -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": [
"*" "*"
], ],

Loading…
Cancel
Save