Merge pull request #314 from glowing-bear/icons

PNG size optimisations, fix icon paths in firefox app (and use our logo)
l-merge-prefix
David Cormier 11 years ago
commit 8647a12809
  1. BIN
      assets/img/favicon.png
  2. 69
      assets/img/glowing-bear.svg
  3. BIN
      assets/img/glowing_bear_60x60.png
  4. BIN
      assets/img/glowing_bear_90x90.png
  5. BIN
      assets/img/glyphicons-halflings.png
  6. BIN
      assets/img/weechat_logo_128x128.png
  7. BIN
      assets/img/weechat_logo_60x60.png
  8. BIN
      assets/img/weechat_logo_90x90.png
  9. 8
      manifest.webapp

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

@ -3,10 +3,10 @@
"description": "WeeChat Web frontend",
"launch_path": "/glowing-bear/index.html",
"icons": {
"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"
"128": "/glowing-bear/assets/img/glowing_bear_128x128.png",
"60": "/glowing-bear/assets/img/glowing_bear_60x60.png",
"90": "/glowing-bear/assets/img/glowing_bear_90x90.png",
"32": "/glowing-bear/assets/img/favicon.png"
},
"installs_allowed_from": [
"*"

Loading…
Cancel
Save