diff --git a/assets/img/favicon.png b/assets/img/favicon.png index a88bfac..efe7619 100644 Binary files a/assets/img/favicon.png and b/assets/img/favicon.png differ diff --git a/assets/img/glowing-bear.svg b/assets/img/glowing-bear.svg index 9fa88d6..48e21c4 100644 --- a/assets/img/glowing-bear.svg +++ b/assets/img/glowing-bear.svg @@ -1,68 +1 @@ - - - glowing-bear - Created with Sketch (http://www.bohemiancoding.com/sketch) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file +glowing-bearCreated with Sketch (http://www.bohemiancoding.com/sketch) \ No newline at end of file diff --git a/assets/img/glowing_bear_60x60.png b/assets/img/glowing_bear_60x60.png new file mode 100644 index 0000000..71b22d6 Binary files /dev/null and b/assets/img/glowing_bear_60x60.png differ diff --git a/assets/img/glowing_bear_90x90.png b/assets/img/glowing_bear_90x90.png new file mode 100644 index 0000000..cd98bac Binary files /dev/null and b/assets/img/glowing_bear_90x90.png differ diff --git a/assets/img/glyphicons-halflings.png b/assets/img/glyphicons-halflings.png deleted file mode 100644 index a996999..0000000 Binary files a/assets/img/glyphicons-halflings.png and /dev/null differ diff --git a/assets/img/weechat_logo_128x128.png b/assets/img/weechat_logo_128x128.png deleted file mode 100644 index 83acdc3..0000000 Binary files a/assets/img/weechat_logo_128x128.png and /dev/null differ diff --git a/assets/img/weechat_logo_60x60.png b/assets/img/weechat_logo_60x60.png deleted file mode 100644 index ceab9e9..0000000 Binary files a/assets/img/weechat_logo_60x60.png and /dev/null differ diff --git a/assets/img/weechat_logo_90x90.png b/assets/img/weechat_logo_90x90.png deleted file mode 100644 index 15acec8..0000000 Binary files a/assets/img/weechat_logo_90x90.png and /dev/null differ diff --git a/manifest.webapp b/manifest.webapp index d36d927..de03a6d 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -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": [ "*"