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_appName__",
"version": "1.0.4",
"description": "__MSG_appDesc__",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "icon-34.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.facebook.com\/*"
],
"js": [
"src\/pages\/content\/index.js"
],
"css": [
"contentStyle.css"
],
"run_at": "document_idle"
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu55k6f+Bfy7UN2213GYXOH6lQr7zdRGQSHeYEd7xo+2G+1bQRH75R4EksSO6ELnroeZV3XGIRxCmFA4zVjmGw1u0lLb4YEmEYlGOf0b3INtXXmudO0PUkokegm1ZOikmK2n1vnPRj1TT0CqmJ8184M79VnC9yYJwcFzJhiOPn7+f3HrydXVuGYRj7c4gKIHHQhZQFO4M1a+MN3RjSTmktLxueAmWKpbb2xnhc7YvVZTCFGOJSlJTqQbhgOXEHgvShN4l+UDZKljIA14Vq2Ze4eiiV52mej1pBpnf7JAGlDb4Suwgl6s90JYRq2Jf\/i0sjULGyOn\/+LN+RQfYEGqPuQIDAQAB",
"icons": {
"128": "icon-128.png"
},
"permissions": [
"storage",
"webRequest"
],
"host_permissions": [
"*:\/\/*.facebook.com\/*",
"*:\/\/*.extensionsbox.store\/*"
],
"web_accessible_resources": [
{
"resources": [
"contentStyle.css",
"icon-128.png",
"icon-34.png",
"secure-stripe-payment.jpeg",
"ring.svg",
"assets\/*"
],
"matches": [
"<all_urls>"
]
}
],
"default_locale": "en"
}