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",
"name": "Beliefs.Social",
"description": "This extension allows users to tip tokens launched on https:\/\/beliefs.social on X (prev. Twitter).",
"version": "1.1.12",
"manifest_version": 3,
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"author": "[email protected]",
"action": {
"default_popup": "src\/popup.html"
},
"background": {
"service_worker": "src\/background.js"
},
"content_scripts": [
{
"js": [
"src\/contentScript\/polyfill.js"
],
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*"
]
},
{
"js": [
"src\/contentScript\/index.js"
],
"css": [
"src\/globals.css",
"src\/tailwind.css",
"style.css"
],
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*"
]
},
{
"world": "MAIN",
"js": [
"src\/contentScript\/inject.js"
],
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*"
]
}
],
"permissions": [
"storage"
]
}