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_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.0.1",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"default_locale": "en",
"permissions": [
"tabs",
"storage",
"offscreen"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAx22F1jncecvdkKe2FkiQ1iUa5qaYSeFXy\/DQExNa2LMnEX5rlPVvOdDa4v6\/G8OAOlbOALs1FsaKOBOZDm\/ciKOYBM6gJmUma\/r1B1876Wv1VocuNKM5gv1h0UGATQKHwrolocbIRviS8MzKZx4Wa9o3ptep8lSuQrVrwL3znpxfQGaRJC5em6RRHvjnF\/m\/D\/esAqmNg\/C+Foib9wYH7tIWXAqHe8e30R49+3yeofplLqdGO90vZaxOBmV1qfEmX9NJ4nVgCINOOY\/huFYKviIvV4E5OakohwJ4iuyIrkkJG89bKoPNKVJ396iOUgbxS4JBWvvw2oGAjn9vSEumRwIDAQAB",
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Popup",
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.facebook.com\/*"
],
"js": [
"content-scripts\/floating.js",
"content-scripts\/post.js",
"content-scripts\/reels.js",
"content-scripts\/watch.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content-scripts\/floating.css"
],
"use_dynamic_url": true,
"matches": [
"https:\/\/www.facebook.com\/*"
]
},
{
"resources": [
"content-scripts\/post.css"
],
"use_dynamic_url": true,
"matches": [
"https:\/\/www.facebook.com\/*"
]
},
{
"resources": [
"content-scripts\/reels.css"
],
"use_dynamic_url": true,
"matches": [
"https:\/\/www.facebook.com\/*"
]
},
{
"resources": [
"content-scripts\/watch.css"
],
"use_dynamic_url": true,
"matches": [
"https:\/\/www.facebook.com\/*"
]
}
]
}