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", "name": "The Dove: Website Blocker, Goal Setting, & Pomodoro", "version": "1.1.0", "description": "The Dove blocks websites depending on the rest\/work interval, with a to-do list and an encouraging dove!", "manifest_version": 3, "author": "Arianna Mulligan", "content_scripts": [ { "matches": [ "<all_urls>", "*:\/\/*\/*" ], "js": [ "content-script.js" ] } ], "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "<all_urls>" ] } ], "permissions": [ "storage", "scripting", "activeTab", "tabs", "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "notifications", "alarms" ], "host_permissions": [ "<all_urls>", "*:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "\/popupWindow\/popupHTML.html", "default_title": "The Dove", "default_icon": { "16": "icons\/doveLogo16.png", "48": "icons\/doveLogo48.png", "128": "icons\/doveLogo128.png" } } }