Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "4.3.0",
"icons": {
"16": "icon-16.png",
"24": "icon-24.png",
"32": "icon-32.png",
"48": "icon-48.png",
"96": "icon-96.png",
"128": "icon-128.png"
},
"default_locale": "en_US",
"permissions": [
"storage",
"tabs",
"alarms",
"webNavigation",
"notifications"
],
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"*.png",
"*.css"
],
"matches": [
"*:\/\/*\/*"
]
},
{
"resources": [
"content-scripts\/overlay.css"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"background": {
"type": "module",
"service_worker": "background.js"
},
"action": {
"default_title": "StayFocusd",
"default_popup": "popup.html"
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"all_frames": true,
"run_at": "document_start",
"js": [
"content-scripts\/ad-finder.js"
]
},
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content-scripts\/ai-link-modifier.js",
"content-scripts\/gen-ai-collector.js"
]
},
{
"matches": [
"https:\/\/www.stayfocusd.com\/blocked"
],
"run_at": "document_end",
"css": [
"content-scripts\/blocked-statistics.css"
],
"js": [
"content-scripts\/blocked-statistics.js"
]
},
{
"matches": [
"*:\/\/*\/*"
],
"all_frames": true,
"js": [
"content-scripts\/chatbot-finder.js"
]
},
{
"matches": [
"*:\/\/*.instagram.com\/*",
"*:\/\/*.tiktok.com\/*",
"*:\/\/*.youtube.com\/*"
],
"run_at": "document_end",
"css": [
"content-scripts\/in-app-blocking.css"
],
"js": [
"content-scripts\/in-app-blocking.js"
]
},
{
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_end",
"js": [
"content-scripts\/overlay.js",
"content-scripts\/usage-monitoring.js"
]
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end",
"js": [
"content-scripts\/smart-bomb.js"
]
}
]
}