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": "Web Blocker",
"description": "Block unlimited website for free",
"version": "2.1.1",
"manifest_version": 3,
"background": {
"service_worker": "background\/background.js"
},
"permissions": [
"storage",
"tabs"
],
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "\/images\/Logo-16.png",
"32": "\/images\/Logo-32.png",
"48": "\/images\/Logo-48.png",
"128": "\/images\/Logo-128.png"
}
},
"icons": {
"16": "\/images\/Logo-16.png",
"32": "\/images\/Logo-32.png",
"48": "\/images\/Logo-48.png",
"128": "\/images\/Logo-128.png"
},
"options_page": "option\/index.html"
}