remove minimum chrome version restriction

The restriction is that it supports manifest V3.
This commit is contained in:
buzz-lightsnack-2007 2024-04-28 14:02:42 +08:00
parent 7c122003a0
commit 22c8b70d49

View file

@ -3,8 +3,7 @@
"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"version": "0",
"minimum_chrome_version": "114",
"permissions": ["tabs", "storage", "unlimitedStorage", "contextMenus"],
"action": {