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": "ChartBridge - TradingView to Futures Exchanges",
"version": "1.1.0",
"description": "Execute bracket orders from TradingView with automatic position sizing and risk controls.",
"author": "Replikanti",
"homepage_url": "https:\/\/chartbridge.replikanti.xyz",
"permissions": [
"storage",
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/*.tradingview.com\/*",
"https:\/\/cb-be.replikanti.xyz\/*"
],
"action": {
"default_icon": {
"16": "images\/logo-16.png",
"32": "images\/logo-32.png",
"48": "images\/logo-48.png"
}
},
"icons": {
"16": "images\/logo-16.png",
"32": "images\/logo-32.png",
"48": "images\/logo-48.png",
"128": "images\/logo-128.png"
},
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"popup.html",
"popup.js"
],
"matches": [
"https:\/\/*.tradingview.com\/*"
]
}
]
}