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",
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"version": "1.2.2",
"author": "Cloaq",
"default_locale": "en",
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"options_page": "html\/info.html",
"action": {
"default_popup": "html\/popup.html",
"default_icon": {
"128": "img\/icon.png"
}
},
"icons": {
"128": "img\/icon.png"
},
"permissions": [
"storage",
"webNavigation",
"debugger"
]
}