diff --git a/src/icon.png b/src/icon.png new file mode 100644 index 0000000..7828373 Binary files /dev/null and b/src/icon.png differ diff --git a/src/icon.svg b/src/icon.svg new file mode 100644 index 0000000..9f58541 --- /dev/null +++ b/src/icon.svg @@ -0,0 +1,121 @@ + + + +image/svg+xml + + + + + + + + + + + + + +2 +3 + \ No newline at end of file diff --git a/src/manifest-chromium.json b/src/manifest-chromium.json index 05092a5..289acd1 100644 --- a/src/manifest-chromium.json +++ b/src/manifest-chromium.json @@ -10,6 +10,9 @@ "persistent": true, "scripts": ["js/background.dist.js"] }, + "icons": { + "128": "icon.png" + }, "browser_action": { "default_popup": "popup/popup.html" }, diff --git a/src/manifest-firefox.json b/src/manifest-firefox.json index 038c959..9c485b4 100644 --- a/src/manifest-firefox.json +++ b/src/manifest-firefox.json @@ -9,6 +9,9 @@ "persistent": true, "scripts": ["js/background.dist.js"] }, + "icons": { + "128": "icon.png" + }, "browser_action": { "default_popup": "popup/popup.html" },