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": "Bloom BSC Extension",
"version": "1.0.5",
"description": "Adds BloomBot trading buttons for the fastest possible execution on your favorite trading terminals.",
"permissions": [
"storage",
"tabs",
"webNavigation",
"webRequest"
],
"host_permissions": [
"https:\/\/extension-bsc.bloombot.app\/*",
"https:\/\/photon-bnb.tinyastro.io\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/gmgn.ai\/*"
],
"js": [
"src\/content_script\/gmgn.js"
]
},
{
"matches": [
"https:\/\/dexscreener.com\/*"
],
"js": [
"src\/content_script\/dexscreener.js"
]
},
{
"matches": [
"https:\/\/web.blazingapp.com\/*"
],
"js": [
"src\/content_script\/blazing.js"
]
},
{
"matches": [
"https:\/\/trade.padre.gg\/*"
],
"js": [
"src\/content_script\/padre.js"
]
},
{
"matches": [
"https:\/\/photon-bnb.tinyastro.io\/*"
],
"js": [
"src\/content_script\/photon.js"
]
}
],
"background": {
"service_worker": "src\/background.js"
},
"icons": {
"48": "src\/public\/assets\/images\/bloom-48.png",
"128": "src\/public\/assets\/images\/bloom-128.png"
},
"action": {
"default_icon": "src\/public\/assets\/images\/bloom-48.png",
"default_title": "Bloom",
"default_popup": "src\/public\/popup.html"
},
"web_accessible_resources": [
{
"resources": [
"src\/public\/assets\/images\/bg-dark.png",
"src\/public\/assets\/images\/resize.svg"
],
"matches": [
"<all_urls>"
]
}
]
}