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": [
"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…
Cancel
Save