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": "TradesViz: Sync Trades",
"description": "Sync your trades from TradingView in a single click!",
"version": "1.0.9",
"permissions": [
"storage",
"activeTab",
"notifications",
"cookies",
"tabs",
"scripting"
],
"host_permissions": [
"https:\/\/www.tradesviz.com\/*",
"https:\/\/*.tradingview.com\/*",
"http:\/\/127.0.0.1:8000\/*"
],
"background": {
"service_worker": "backgroundScript.js"
},
"manifest_version": 3,
"icons": {
"64": "images\/ico.png"
},
"options_ui": {
"page": "options.html"
},
"action": {
"default_popup": "options.html"
},
"options_page": "options.html",
"commands": {
"save-text-to-map": {
"suggested_key": {
"default": "Ctrl+Shift+Y"
},
"description": "Sync your trades from TradingView in a single click!"
}
}
}