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": "2.1.1",
"description": "Blocks adult sites, redirects to your todolist links, lets you add custom keywords, and includes a Deep Focus Timer with Learn tab.",
"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",
"roadmap.html",
"roadmap.js",
"roadmap.css",
"jsonrepair.min.js"
],
"matches": [
"<all_urls>"
]
}
],
"homepage_url": "https:\/\/focus-redirect.netlify.app"
}