From 3ab6da7c8e72662fd00db62ed29ab20622b9b6cc Mon Sep 17 00:00:00 2001 From: Angel Dhakal <51156237+andy4747@users.noreply.github.com> Date: Fri, 3 Mar 2023 19:03:44 +0545 Subject: [PATCH] migrated to manifest version 3 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index f0a7d38..40220a0 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "icons": { "128": "icons/icon_128.png" }, - "browser_action": { + "action": { "default_icon": "icons/icon.png", "default_popup": "popup.html" },