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": "TradeFlow.fun",
"version": "0.0.10",
"description": "The World's first Paper Trading platform for Memecoins! Paper trade memecoins on Axiom, BullX, Photon, and Dexscreener.",
"permissions": [
"activeTab",
"tabs",
"storage",
"cookies",
"scripting"
],
"host_permissions": [
"https:\/\/tradeflow.fun\/*"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "frontend\/popup.html",
"default_icon": {
"16": "logo\/logo16.png",
"48": "logo\/48.png",
"128": "logo\/128.png"
},
"default_title": "TradeFlow.fun"
},
"web_accessible_resources": [
{
"resources": [
"panel.js"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "logo\/logo16.png",
"48": "logo\/48.png",
"128": "logo\/128.png"
}
}