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 Shield: Block Shorts & Track Time",
"version": "1.0",
"description": "Stop doomscrolling without blocking sites. Hide feeds, Shorts, Reels & more \u2014 and track your browsing habits with smart analytics.",
"permissions": [
"storage",
"tabs",
"alarms",
"idle"
],
"options_page": "options.html",
"action": {
"default_popup": "popup.html",
"default_title": "Focus Shield",
"default_icon": {
"16": "icons\/icon-off-16.png",
"48": "icons\/icon-off-48.png",
"128": "icons\/icon-off-128.png"
}
},
"icons": {
"16": "icons\/icon-off-16.png",
"48": "icons\/icon-off-48.png",
"128": "icons\/icon-off-128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"css": [
"youtube-styles.css"
],
"js": [
"content-script.js"
]
},
{
"matches": [
"https:\/\/www.facebook.com\/*"
],
"css": [
"facebook-styles.css"
],
"js": [
"content-script.js"
]
},
{
"matches": [
"https:\/\/www.tiktok.com\/*"
],
"css": [
"tiktok-styles.css"
],
"js": [
"content-script.js"
]
},
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"css": [
"instagram-styles.css"
],
"js": [
"content-script.js"
]
}
]
}