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": "Provent Zero: Pomodoro, Site Blocker & more", "version": "1.0.0", "description": "The all-inclusive, customizable productivity time management Chrome Extension to tailor to your workflow.", "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage", "unlimitedStorage" ], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "css\/blocksite.css" ], "js": [ "js\/blocksite.js" ] } ], "web_accessible_resources": [ { "resources": [ "js\/blocksite.js" ], "matches": [ "<all_urls>" ] } ], "icons": { "16": "images\/logosmall.png", "32": "images\/logosmall.png", "48": "images\/logosmall.png", "128": "images\/logosmall.png" } }