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": "Block Site : Block websites and be focused", "permissions": [ "storage", "scripting", "declarativeNetRequest", "webNavigation", "declarativeNetRequestWithHostAccess", "activeTab", "tabs", "notifications", "alarms", "notifications" ], "host_permissions": [ "*:\/\/*\/*" ], "description": "Block time-consuming websites to explode your productivity.", "default_locale": "fr", "background": { "service_worker": "js\/background.js" }, "version": "1.5", "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "others\/cardiaccoherence\/*" ], "matches": [ "<all_urls>" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "action": { "default_popup": "html\/popup.html", "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } }, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "options_page": "html\/options.html" }