first commit
This commit is contained in:
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"action": {
|
||||
"default_icon": {
|
||||
"16": "image/icon.png",
|
||||
"32": "image/icon32.png"
|
||||
},
|
||||
"default_popup": "content/popup.html",
|
||||
"default_title": "__MSG_extensionName__"
|
||||
},
|
||||
"author": "Eric Jung",
|
||||
"background": {
|
||||
"scripts": [ "content/background.js" ],
|
||||
"service_worker": "content/background.js",
|
||||
"type": "module"
|
||||
},
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "foxyproxy@eric.h.jung",
|
||||
"strict_min_version": "128.0"
|
||||
},
|
||||
"gecko_android": {
|
||||
"strict_min_version": "128.0"
|
||||
}
|
||||
},
|
||||
"commands": {
|
||||
"disable": {
|
||||
"description": "__MSG_disable__"
|
||||
},
|
||||
"excludeHost": {
|
||||
"description": "__MSG_excludeHost__"
|
||||
},
|
||||
"includeHost": {
|
||||
"description": "__MSG_includeHost__"
|
||||
},
|
||||
"proxyByPatterns": {
|
||||
"description": "__MSG_proxyByPatterns__"
|
||||
},
|
||||
"setProxy": {
|
||||
"description": "__MSG_setProxy__"
|
||||
},
|
||||
"setTabProxy": {
|
||||
"description": "__MSG_setTabProxy__"
|
||||
},
|
||||
"unsetTabProxy": {
|
||||
"description": "__MSG_unsetTabProxy__"
|
||||
}
|
||||
},
|
||||
"default_locale": "en",
|
||||
"description": "__MSG_extensionDescription__",
|
||||
"homepage_url": "https://getfoxyproxy.org/",
|
||||
"host_permissions": [ "\u003Call_urls>" ],
|
||||
"icons": {
|
||||
"128": "image/icon128.png",
|
||||
"16": "image/icon.png",
|
||||
"32": "image/icon32.png",
|
||||
"48": "image/icon48.png"
|
||||
},
|
||||
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtm3ZHHlxexcA/qyQrdInfTvzbTOG1IQYyoels62bOQZes5N+G+tFkUmLzgzV5SgFImvma72PXNgXZnUWgckiYkqgilBTHblFO3heiPAuIXA/69iqsutd1iqT+/6g1cnuF08j2fbZUNaDXZKQPc/cj8KGZ+X50kMEYsDdbgodOWwIDAQAB",
|
||||
"manifest_version": 3,
|
||||
"minimum_chrome_version": "108",
|
||||
"name": "__MSG_extensionName__",
|
||||
"optional_permissions": [ "browsingData", "privacy" ],
|
||||
"options_ui": {
|
||||
"open_in_tab": true,
|
||||
"page": "content/options.html"
|
||||
},
|
||||
"permissions": [ "contextMenus", "downloads", "notifications", "proxy", "storage", "tabs", "webRequest", "webRequestAuthProvider" ],
|
||||
"storage": {
|
||||
"managed_schema": "content/schema.json"
|
||||
},
|
||||
"update_url": "https://clients2.google.com/service/update2/crx",
|
||||
"version": "9.2"
|
||||
}
|
||||
Reference in New Issue
Block a user