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",
"action": {
"default_icon": {
"16": "img\/Ico_Bar_Green.png"
},
"default_popup": "pages\/popup\/popup.html"
},
"background": {
"service_worker": "app.js"
},
"content_scripts": [
{
"js": [
"vendor\/react.production.min.js",
"vendor\/react-dom.production.min.js",
"vendor\/browser-polyfill.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"ftp:\/\/*\/*"
]
},
{
"js": [
"content\/facebookReactPropsExtractor.js"
],
"matches": [
"https:\/\/www.messenger.com\/*",
"https:\/\/www.facebook.com\/*"
],
"run_at": "document_end",
"world": "MAIN"
}
],
"default_locale": "en_US",
"description": "__MSG_extName__",
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"icons": {
"16": "img\/context_menu_icon.png",
"128": "img\/extension_logo.png"
},
"incognito": "split",
"manifest_version": 3,
"name": "TrafficLight",
"options_page": "pages\/settings\/settings.html",
"permissions": [
"tabs",
"alarms",
"storage",
"scripting",
"webRequest",
"nativeMessaging",
"alarms",
"scripting",
"downloads",
"declarativeNetRequest"
],
"version": "3.4.0",
"web_accessible_resources": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"ftp:\/\/*\/*"
],
"resources": [
"img\/*.png",
"img\/*.gif",
"img\/*.svg",
"pages\/blocked\/blocked.html",
"pages\/components\/tooltip.css"
]
},
{
"matches": [
"*:\/\/www.facebook.com\/*"
],
"resources": [
"src\/content\/interceptor.js"
]
}
]
}