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": "Focus Redirect: Advance Porn Blocker", "version": "1.0", "description": "Blocks adult content and redirects to your custom to-do list link.", "permissions": [ "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "storage", "notifications", "alarms" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Focus Redirect", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ { "resources": [ "success.html", "icon128.png" ], "matches": [ "<all_urls>" ] } ], "homepage_url": "https:\/\/focus-redirect.netlify.app" }