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__",
"version": "1.0.1",
"description": "__MSG_extensionDescription__",
"default_locale": "en_US",
"icons": {
"16": "icon16_off.png",
"48": "icon48_off.png",
"128": "icon128_off.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16_on.png",
"48": "icon48_on.png",
"128": "icon128_on.png"
}
},
"permissions": [
"proxy",
"storage",
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"webRequest"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"geoip.json",
"geosite.json",
"data\/*"
],
"matches": [
"<all_urls>"
]
}
],
"browser_specific_settings": {
"edge": {
"browser_action_next_to_addressbar": true,
"minimum_edge_version": "88"
}
},
"minimum_chrome_version": "88"
}