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": "DeepFocus: Digital Detox + Time Alert + Website Blocker Chrome Extension",
"version": "1.0",
"description": "A productivity extension with time-based and site-specific interruption alerts.",
"permissions": [
"storage",
"alarms",
"tabs",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "logo.png",
"48": "logo.png",
"128": "logo.png"
}
},
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"fullscreen_warning.html",
"warning_script.js",
"dashboard.html",
"dashboard_script.js"
],
"matches": [
"<all_urls>"
]
}
]
}