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",
"name": "Block Notifications",
"version": "0.2",
"description": "Blocks annoying notification prompt appearing on websites.",
"permissions": [
"contentSettings"
],
"host_permissions": [
"*:\/\/*\/*"
],
"manifest_version": 3,
"background": {
"service_worker": "sw.js"
},
"icons": {
"128": "icon.png"
}
}