diff --git a/icons/vg-128.png b/icons/vg-128.png new file mode 100644 index 0000000..bef70c1 Binary files /dev/null and b/icons/vg-128.png differ diff --git a/icons/vg-16.png b/icons/vg-16.png new file mode 100644 index 0000000..6087c56 Binary files /dev/null and b/icons/vg-16.png differ diff --git a/icons/vg-32.png b/icons/vg-32.png new file mode 100644 index 0000000..f56c781 Binary files /dev/null and b/icons/vg-32.png differ diff --git a/icons/vg-48.png b/icons/vg-48.png new file mode 100644 index 0000000..19a275f Binary files /dev/null and b/icons/vg-48.png differ diff --git a/icons/vg-96.png b/icons/vg-96.png new file mode 100644 index 0000000..cf40285 Binary files /dev/null and b/icons/vg-96.png differ diff --git a/manifest.json b/manifest.json index 3af19ff..9ab3e82 100644 --- a/manifest.json +++ b/manifest.json @@ -42,10 +42,16 @@ "src/background.js" ] }, - "action": { "default_title": "VendorGet-IV", - "default_popup": "src/popup/popup.html" + "default_popup": "src/popup/popup.html", + "default_icon": { + "16": "icons/vg-16.png", + "32": "icons/vg-32.png", + "48": "icons/vg-48.png", + "96": "icons/vg-96.png", + "128": "icons/vg-128.png" + } }, "content_scripts": [ @@ -66,7 +72,6 @@ "matches": [""] } ], - "browser_specific_settings": { "gecko": { "id": "vendorget@local"