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": "Blokit: Block Websites & Keep Focused",
"version": "1.5",
"description": "Keep focused on what's important by blocking distracting websites while still allowing the features you need.",
"icons": {
"16": "res\/logo1_rounded_16.png",
"32": "res\/logo1_rounded_32.png",
"48": "res\/logo1_rounded_48.png",
"128": "res\/logo1_rounded_128.png"
},
"action": {
"default_popup": "pages\/popup.html",
"default_icon": {
"16": "res\/logo1_rounded_16.png",
"32": "res\/logo1_rounded_32.png",
"48": "res\/logo1_rounded_48.png",
"128": "res\/logo1_rounded_128.png"
}
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"host_permissions": [
"https:\/\/www.youtube.com\/*",
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}