add manifest

This commit is contained in:
buzz-lightsnack-2007 2024-03-16 16:30:52 +08:00
parent b5d7999d5f
commit 7f634893fa

21
manifest.json Normal file
View file

@ -0,0 +1,21 @@
{
"background": {
"scripts": [ "shopAI.js" ]
},
"browser_action": {
"default_icon": "gui/icons/logo_no.png",
"default_popup": "websites/popup.htm"
},
"default_locale": "en",
"description": "TEMPORARY DESCRIPTION PLEASE REPLACE",
"icons": {
"128": "gui/icons/logo.png",
},
"manifest_version": 2,
"name": "ChromVPN",
"options_page": "gui/popup.htm",
"permissions": [ "tabs", "webRequest", "webRequestBlocking", "*://*/*" ],
"default_locale": "en",
"minimum_chrome_version": 50,
"version": "1"
}