Merge pull request #314 from glowing-bear/icons
PNG size optimisations, fix icon paths in firefox app (and use our logo)
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 7.8 KiB |
BIN
assets/img/glowing_bear_60x60.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
assets/img/glowing_bear_90x90.png
Normal file
After Width: | Height: | Size: 9.9 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 4.2 KiB |
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": [
|
||||
"*"
|
||||
|
|