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": "Website Blocker- Block Sites",
"description": "Keep track of how you spend your time on the web.",
"version": "1.1.7",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"tabs",
"idle",
"windows"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_title": "Kreemana - Productivity Tool",
"default_icon": "\/assets\/icon16x16.png",
"default_popup": "html\/popup.html"
},
"icons": {
"16": "\/assets\/icon16x16.png",
"48": "\/assets\/icon48x48.png",
"64": "\/assets\/icon64x64.png",
"128": "\/assets\/icon128x128.png"
}
}