Merge pull request #314 from glowing-bear/icons
PNG size optimisations, fix icon paths in firefox app (and use our logo)
This commit is contained in:
commit
8647a12809
9 changed files with 5 additions and 72 deletions
Binary file not shown.
Before ![]() (image error) Size: 2.3 KiB After ![]() (image error) Size: 2 KiB ![]() ![]() |
File diff suppressed because one or more lines are too long
Before (image error) Size: 9.5 KiB After (image error) Size: 7.8 KiB |
BIN
assets/img/glowing_bear_60x60.png
Normal file
BIN
assets/img/glowing_bear_60x60.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 4.9 KiB |
BIN
assets/img/glowing_bear_90x90.png
Normal file
BIN
assets/img/glowing_bear_90x90.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 9.9 KiB |
Binary file not shown.
Before ![]() (image error) Size: 12 KiB |
Binary file not shown.
Before ![]() (image error) Size: 9.7 KiB |
Binary file not shown.
Before ![]() (image error) Size: 4.2 KiB |
Binary file not shown.
Before ![]() (image error) 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…
Add table
Reference in a new issue