Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "__MSG_desc__",
"version": "2.0.22",
"background": {
"service_worker": "\/background.bundle.js",
"type": "module"
},
"action": {
"default_icon": "icon-32.png",
"default_popup": "\/popup.html",
"default_title": "__MSG_title__"
},
"default_locale": "en",
"icons": {
"32": "icon-32.png",
"64": "icon-64.png",
"128": "icon-128.png"
},
"manifest_version": 3,
"name": "__MSG_name__",
"permissions": [
"alarms",
"webRequest",
"proxy",
"storage",
"unlimitedStorage",
"webRequestAuthProvider"
],
"host_permissions": [
"*:\/\/*\/*",
"https:\/\/1clickvpn.net\/api\/"
]
}