Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "zenzen - Website Blocker & Productivity Timer", "version": "1.3.4", "description": "Block distracting websites, stay focused with Pomodoro timer, and boost productivity.", "short_name": "zenzen", "author": "zenzen", "homepage_url": "https:\/\/zenzenapp.framer.website\/", "default_locale": "en", "keywords": [ "productivity", "website blocker", "focus timer", "pomodoro", "distraction blocker", "time management", "work focus", "study aid", "ambient sounds", "motivation", "social media blocker", "concentration", "focus app", "study timer", "website filter", "procrastination helper", "deep work", "focus music", "productivity tracker", "time blocker", "website restriction", "focus mode", "study helper", "work-life balance", "digital wellbeing", "mindfulness", "productivity planner", "focus assistant", "distraction free", "productivity boost" ], "permissions": [ "storage", "declarativeNetRequest", "browsingData", "activeTab", "contextMenus", "notifications" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ { "resources": [ "blocked.html", "blocked.js", "blocked.css", "faq.html", "fullscreen.html", "premium.html", "premium.js", "quotes.js", "sounds\/timer-complete.mp3", "images\/motivation1.jpg", "images\/motivation2.jpg", "images\/motivation3.jpg", "images\/motivation4.jpg", "images\/motivation5.jpg", "images\/motivation6.jpg", "images\/motivation7.jpg", "images\/motivation8.jpg", "images\/motivation9.jpg", "images\/motivation10.jpg", "images\/motivation11.jpg", "images\/motivation12.jpg", "images\/motivation13.jpg", "images\/motivation14.jpg", "images\/motivation15.jpg", "images\/motivation16.jpg", "images\/motivation17.jpg", "images\/motivation18.jpg", "images\/motivation19.jpg", "images\/motivation20.jpg", "images\/motivation21.jpg", "images\/motivation22.jpg", "images\/motivation23.jpg", "images\/motivation24.jpg", "images\/motivation25.jpg" ], "matches": [ "<all_urls>" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] } }