From a7a749188e6da1efec7288dc82b6a80b255d03cf Mon Sep 17 00:00:00 2001 From: Jean Date: Sat, 25 Jan 2025 20:41:19 -0800 Subject: [PATCH] Adding logo to manifest --- src/manifest.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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": [