Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "3.4",
"default_locale": "en",
"homepage_url": "https:\/\/getfoxyproxy.org\/",
"author": "Eric Jung",
"icons": {
"16": "image\/icon.png",
"32": "image\/icon32.png",
"48": "image\/icon48.png",
"128": "image\/icon128.png"
},
"background": {
"service_worker": "content\/background.js",
"type": "module"
},
"action": {
"default_icon": "image\/icon.png",
"default_popup": "content\/popup.html",
"default_title": "__MSG_extensionName__"
},
"permissions": [
"proxy",
"notifications",
"storage",
"webRequest",
"webRequestAuthProvider"
],
"host_permissions": [
"*:\/\/*\/*"
],
"minimum_chrome_version": "108"
}