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.0 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 7.8 KiB |
After Width: | Height: | Size: 4.9 KiB |
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",
|
"description": "WeeChat Web frontend",
|
||||||
"launch_path": "/glowing-bear/index.html",
|
"launch_path": "/glowing-bear/index.html",
|
||||||
"icons": {
|
"icons": {
|
||||||
"128": "/glowing-bear/img/weechat_logo_128x128.png",
|
"128": "/glowing-bear/assets/img/glowing_bear_128x128.png",
|
||||||
"60": "/glowing-bear/img/weechat_logo_60x60.png",
|
"60": "/glowing-bear/assets/img/glowing_bear_60x60.png",
|
||||||
"90": "/glowing-bear/img/weechat_logo_90x90.png",
|
"90": "/glowing-bear/assets/img/glowing_bear_90x90.png",
|
||||||
"32": "/glowing-bear/img/favicon.png"
|
"32": "/glowing-bear/assets/img/favicon.png"
|
||||||
},
|
},
|
||||||
"installs_allowed_from": [
|
"installs_allowed_from": [
|
||||||
"*"
|
"*"
|
||||||
|
|