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__",
"version": "1.1.2",
"description": "__MSG_appDescription__",
"default_locale": "en",
"permissions": [
"proxy",
"activeTab",
"storage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"service_worker": "dist\/background.js",
"type": "module"
},
"icons": {
"16": "icons\/icon-16.png",
"19": "icons\/icon-19.png",
"32": "icons\/icon-32.png",
"38": "icons\/icon-38.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"action": {
"default_popup": "dist\/src\/popup\/popup.html",
"default_title": "__MSG_appName__",
"default_icon": {
"16": "icons\/icon-16.png",
"19": "icons\/icon-19.png",
"32": "icons\/icon-32.png",
"38": "icons\/icon-38.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
}
}