From c9a67492b76cb3848f9607d0cbb876d2d090061b Mon Sep 17 00:00:00 2001 From: pliny <133052465+elder-plinius@users.noreply.github.com> Date: Sat, 12 Aug 2023 15:52:01 -0700 Subject: [PATCH] Update manifest.json --- manifest.json | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/manifest.json b/manifest.json index 7acf55e..185d7fe 100644 --- a/manifest.json +++ b/manifest.json @@ -4,19 +4,9 @@ "version": "1.0", "permissions": ["storage", "tabs", "activeTab"], "action": { - "default_popup": "popup.html", - "default_icon": { - "16": "images/icon16.png", - "48": "images/icon48.png", - "128": "images/icon128.png" - } + "default_popup": "popup.html" }, "background": { "service_worker": "background.js" - }, - "icons": { - "16": "images/icon16.png", - "48": "images/icon48.png", - "128": "images/icon128.png" } -} \ No newline at end of file +}