From 22c8b70d49bca19ed14f516a8c5b9c10f0ea27c1 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Sun, 28 Apr 2024 14:02:42 +0800 Subject: [PATCH] remove minimum chrome version restriction The restriction is that it supports manifest V3. --- manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 337bb4a..67d787f 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,7 @@ "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "0", - - "minimum_chrome_version": "114", + "permissions": ["tabs", "storage", "unlimitedStorage", "contextMenus"], "action": {