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_appName__",
"description": "__MSG_appDescription__",
"version": "1.0.1",
"default_locale": "en",
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "popup.html",
"default_title": "__MSG_appTitle__",
"default_icon": {
"32": "icons\/icon-disconnected.png"
}
},
"permissions": [
"proxy",
"storage",
"webRequest",
"webRequestAuthProvider",
"offscreen"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}