diff --git a/icons/icon-128x128.png b/icons/icon-128x128.png deleted file mode 100644 index 6c174f7..0000000 Binary files a/icons/icon-128x128.png and /dev/null differ diff --git a/icons/icon-16x16.png b/icons/icon-16x16.png deleted file mode 100644 index f9ee1fd..0000000 Binary files a/icons/icon-16x16.png and /dev/null differ diff --git a/icons/icon-48x48.png b/icons/icon-48x48.png deleted file mode 100644 index 97162e5..0000000 Binary files a/icons/icon-48x48.png and /dev/null differ diff --git a/icons/icon.svg b/icons/icon.svg new file mode 100644 index 0000000..8964e56 --- /dev/null +++ b/icons/icon.svg @@ -0,0 +1,9 @@ + + + + + + R + + + diff --git a/icons/storeIcon.png b/icons/storeIcon.png deleted file mode 100644 index 7aa6fb2..0000000 Binary files a/icons/storeIcon.png and /dev/null differ diff --git a/icons/storeIcon.svg b/icons/storeIcon.svg new file mode 100644 index 0000000..555d5bd --- /dev/null +++ b/icons/storeIcon.svg @@ -0,0 +1,9 @@ + + + + + + R + + + diff --git a/manifest.json b/manifest.json index 5cef92b..aa4be57 100644 --- a/manifest.json +++ b/manifest.json @@ -3,13 +3,15 @@ "version": "1.2.0", "description": "An extension to help you gain full control of any website by redirecting traffic, replacing, editing, or inserting new content.", "icons": { - "16": "icons/icon-16x16.png", - "48": "icons/icon-48x48.png", - "128": "icons/icon-128x128.png" + "16": "icons/icon.svg", + "48": "icons/icon.svg", + "128": "icons/icon.svg" }, "browser_action": { "default_icon": { - "16": "icons/icon-16x16.png" + "16": "icons/icon.svg", + "48": "icons/icon.svg", + "128": "icons/icon.svg" } }, "devtools_page": "src/ui/devtools.html",