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": "__MSG_extName__",
"description": "__MSG_extShortDesc__",
"version": "1.0.0",
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.facebook.com\/*"
],
"js": [
"js\/content.js"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"https:\/\/www.facebook.com\/*"
],
"js": [
"js\/content-isolated.js"
],
"run_at": "document_start",
"world": "ISOLATED"
}
],
"action": {
"default_popup": "popup.html",
"default_title": "__MSG_extName__",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png",
"300": "icons\/icon300.png"
}
},
"permissions": [
"activeTab",
"alarms",
"identity",
"storage",
"webNavigation"
],
"host_permissions": [
"https:\/\/www.facebook.com\/*"
],
"default_locale": "en",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png",
"300": "icons\/icon300.png"
},
"web_accessible_resources": [
{
"resources": [
"css\/shadow.css"
],
"matches": [
"https:\/\/www.facebook.com\/*"
]
}
]
}