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",
"name": "__MSG_appName__",
"version": "2.0.7",
"description": "__MSG_appDesc__",
"default_locale": "en",
"manifest_version": 3,
"permissions": [
"proxy",
"tabs",
"webRequest",
"webRequestAuthProvider",
"offscreen",
"browsingData",
"storage",
"management"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"service_worker": ".\/background.js",
"type": "module"
},
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "images\/icons\/19x19-grey.png",
"32": "images\/icons\/19x19-grey.png",
"48": "images\/icons\/48x48-green.png",
"128": "images\/icons\/128x128-green.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}