diff --git a/Makefile b/Makefile index ccc7f6c5..861636bb 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ EXTENSION_FILES := \ src/*.png \ src/fonts/* \ src/popup/*.html \ + src/popup/*.png \ src/popup/*.svg \ src/options/*.html EXTENSION_FILES := \ diff --git a/src/icon.png b/src/icon.png index 2cd80cbc..eb6f4183 100644 Binary files a/src/icon.png and b/src/icon.png differ diff --git a/src/icon.svg b/src/icon.svg index ff9ce867..6e7c5772 100644 --- a/src/icon.svg +++ b/src/icon.svg @@ -1,6 +1,6 @@ - + diff --git a/src/manifest-chromium.json b/src/manifest-chromium.json index 88eaf3e1..3ed34248 100644 --- a/src/manifest-chromium.json +++ b/src/manifest-chromium.json @@ -14,7 +14,7 @@ "128": "icon.png" }, "browser_action": { - "default_icon": "icon.png", + "default_icon": "popup/icon.png", "default_popup": "popup/popup.html" }, "options_ui": { diff --git a/src/manifest-firefox.json b/src/manifest-firefox.json index d01ede62..79f1a978 100644 --- a/src/manifest-firefox.json +++ b/src/manifest-firefox.json @@ -13,7 +13,7 @@ "128": "icon.png" }, "browser_action": { - "default_icon": "icon.png", + "default_icon": "popup/icon.png", "default_popup": "popup/popup.html" }, "options_ui": { diff --git a/src/popup/icon.png b/src/popup/icon.png new file mode 100644 index 00000000..bf2b1308 Binary files /dev/null and b/src/popup/icon.png differ diff --git a/src/popup/icon.svg b/src/popup/icon.svg new file mode 100644 index 00000000..facbbf36 --- /dev/null +++ b/src/popup/icon.svg @@ -0,0 +1,6 @@ + + + + + +