add manifest
This commit is contained in:
parent
b5d7999d5f
commit
7f634893fa
1 changed files with 21 additions and 0 deletions
21
manifest.json
Normal file
21
manifest.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue