diff --git a/src/manifest.json b/src/manifest.json index ce97d7a..2d272dc 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -16,12 +16,12 @@ "browser_action": { "default_title": "MetamorPOV", "default_icon": { - "16": "img/metamorpov.svg", - "32": "img/metamorpov.svg", - "48": "img/metamorpov.svg", - "64": "img/metamorpov.svg", - "96": "img/metamorpov.svg", - "128": "img/metamorpov.svg" + "16": "metamorpov.svg", + "32": "metamorpov.svg", + "48": "metamorpov.svg", + "64": "metamorpov.svg", + "96": "metamorpov.svg", + "128": "metamorpov.svg" }, "default_popup": "popup.html" }, @@ -32,12 +32,12 @@ ], "icons": { - "16": "img/metamorpov.svg", - "32": "img/metamorpov.svg", - "48": "img/metamorpov.svg", - "64": "img/metamorpov.svg", - "96": "img/metamorpov.svg", - "128": "img/metamorpov.svg" + "16": "metamorpov.svg", + "32": "metamorpov.svg", + "48": "metamorpov.svg", + "64": "metamorpov.svg", + "96": "metamorpov.svg", + "128": "metamorpov.svg" }, "content_scripts": [