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": "Arises - Pomodoro timer, Distraction blocker and more", "description": "", "version": "2.0.0", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "storage", "declarativeNetRequest", "declarativeNetRequestWithHostAccess" ], "web_accessible_resources": [ { "resources": [ "views\/oauth.html", "views\/oauth.js", "views\/blocked.html", "views\/break.html" ], "matches": [ "<all_urls>" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "scripts\/rules_1.json" } ] }, "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Arises", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.google.com\/*" ], "js": [ "content-scripts\/content.js" ] } ] }