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", "short_name": "React App", "name": "Mini Pomodoro Blocker", "description": "Block distracting sites and run Pomodoro sessions - as uninterrupted as possible.", "version": "1.0", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_title": "Mini Pomodoro Blocker" }, "permissions": [ "storage", "tabs", "alarms" ], "host_permissions": [ "https:\/\/api.lemonsqueezy.com\/v1\/licenses\/validate\/*" ], "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "images\/logo16.png", "48": "images\/logo48.png", "128": "images\/logo128.png" } }