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",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "2.5",
"manifest_version": 3,
"short_name": "SuperFocus",
"options_page": "src\/dashboard.html",
"default_locale": "en",
"icons": {
"48": "icon_48.png",
"64": "icon_64.png",
"128": "icon_128.png"
},
"permissions": [
"tabs",
"storage",
"idle",
"unlimitedStorage",
"alarms",
"notifications"
],
"offline_enabled": true,
"background": {
"service_worker": "src\/background.js"
},
"homepage_url": "http:\/\/getsuperfocus.com",
"action": {
"default_popup": "src\/popup.html",
"default_title": "SuperFocus"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"src\/cs\/youtube.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.linkedin.com\/*"
],
"js": [
"src\/cs\/linkedin.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.twitter.com\/*",
"*:\/\/twitter.com\/*",
"*:\/\/x.com\/*"
],
"js": [
"src\/cs\/twitter.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.facebook.com\/*"
],
"js": [
"src\/cs\/facebook.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"src\/cs\/instagram.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.reddit.com\/*"
],
"js": [
"src\/cs\/reddit.js"
],
"run_at": "document_start"
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0uClC1gfWAB7ShE29+xdq02exp7w7AnQmu7HkWvMCGmasevaJimlKQRHbdVR8Ya5eDo6XDwl2vOlhEZMEysPvXBa+YZIyCUnNsegIiUmKG2MODUCl4PvHGNv7pHo7y2YjG4U4pyhrDAlyJl8bDbppZQYwxv63fxt4eWE6UdUY6LJtCTALr\/kVu6rmt58mm3nO4XSI+tz8TiQXMzFpOo6O\/e8j2D7b62Lhc\/w4UUWNHjYzM3uwlTS6iwB1XKGbDa1+oZrRGxvayk3H5\/cG\/Rpl6xxeH7ZNjwa0hmNMUohQt\/IV6eeossLdRzba7yshnvmvUmTortXkvKGfE2Z1iiseQIDAQAB",
"externally_connectable": {
"matches": [
"https:\/\/*.getsuperfocus.com\/*",
"https:\/\/getsuperfocus.com\/*",
"http:\/\/localhost:8000\/*"
]
},
"web_accessible_resources": [
{
"matches": [
"*:\/\/*.youtube.com\/*",
"*:\/\/*.twitter.com\/*",
"*:\/\/twitter.com\/*",
"*:\/\/x.com\/*",
"*:\/\/*.linkedin.com\/*",
"*:\/\/*.facebook.com\/*",
"*:\/\/*.instagram.com\/*",
"*:\/\/*.reddit.com\/*"
],
"resources": [
"css\/*.css"
]
},
{
"resources": [
"src\/welcome.html"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"src\/dashboard.html"
],
"matches": [
"<all_urls>"
]
}
]
}