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": "Habitica Pomodoro SiteKeeper", "description": "Pomodoro Timer and Site Blocker that Plugs into Habitica and turns your time-wasting navigation tendencies into rewards.", "version": "8.0.3", "permissions": [ "storage", "unlimitedStorage", "notifications", "scripting", "tabs", "offscreen" ], "host_permissions": [ "*:\/\/*\/*" ], "icons": { "16": "img\/icon16.png", "32": "img\/icon.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "action": { "default_title": "Habitica Pomodoro SiteKeeper", "default_popup": "popup\/popup.html" }, "background": { "service_worker": "service-worker.js" }, "web_accessible_resources": [ { "resources": [ "img\/siteKeeper.png", "img\/siteKeeper2.png", "img\/siteKeeper3.png", "offscreen\/soundManager.html", "audio\/*" ], "matches": [ "<all_urls>" ] } ], "commands": { "PomodoroHotKey": { "suggested_key": { "default": "Alt+Shift+P" }, "description": "Pomodoro hotkey" } } }