42 lines
942 B
JSON
42 lines
942 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "ANyONe Extension",
|
|
"version": "2.0.2",
|
|
"description": "Privacy-focused Socks5 proxy management",
|
|
"permissions": [
|
|
"proxy",
|
|
"storage",
|
|
"tabs",
|
|
"scripting",
|
|
"privacy",
|
|
"webRequest",
|
|
"webRequestAuthProvider",
|
|
"alarms"
|
|
],
|
|
"host_permissions": ["<all_urls>"],
|
|
"background": {
|
|
"service_worker": "js/background.js",
|
|
"type": "module"
|
|
},
|
|
"action": {
|
|
"default_popup": "html/popup.html",
|
|
"default_title": "ANyONe - Privacy Extension",
|
|
"default_icon": {
|
|
"16": "icons/icon16.png",
|
|
"48": "icons/icon48.png",
|
|
"128": "icons/icon128.png"
|
|
}
|
|
},
|
|
"options_ui": {
|
|
"page": "html/options.html",
|
|
"open_in_tab": true
|
|
},
|
|
"icons": {
|
|
"16": "icons/icon16.png",
|
|
"48": "icons/icon48.png",
|
|
"128": "icons/icon128.png"
|
|
},
|
|
"content_security_policy": {
|
|
"extension_pages": "script-src 'self'; object-src 'self'"
|
|
}
|
|
} |