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_AppName__",
"description": "__MSG_AppDescription__",
"default_locale": "en",
"author": "Curly Doggo Limited",
"homepage_url": "https:\/\/nocookiebanners.com\/",
"version": "1.0.3",
"icons": {
"128": "images\/icon.png"
},
"permissions": [
"tabs",
"storage",
"declarativeNetRequestWithHostAccess",
"scripting"
],
"host_permissions": [
"*:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.bundle.js"
]
}
],
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_icon": {
"128": "images\/icon.png"
},
"default_title": "__MSG_AppName__",
"default_popup": "popup.html"
}
}