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": "Website Allower",
"version": "1.0.1",
"description": "Block all sites except what you allow. Restrict kids to the sites you allow.",
"permissions": [
"storage",
"tabs"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "blocked.png",
"48": "blocked.png",
"128": "blocked.png"
}
},
"options_page": "options.html",
"icons": {
"16": "blocked.png",
"48": "blocked.png",
"128": "blocked.png"
}
}