diff --git a/Makefile b/Makefile index ccc7f6c..861636b 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 2cd80cb..eb6f418 100644 Binary files a/src/icon.png and b/src/icon.png differ diff --git a/src/icon.svg b/src/icon.svg index ff9ce86..6e7c577 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 88eaf3e..3ed3424 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 d01ede6..79f1a97 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 0000000..bf2b130 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 0000000..facbbf3 --- /dev/null +++ b/src/popup/icon.svg @@ -0,0 +1,6 @@ + + + + + +