TradesViz: Sync Trades

TradesViz: Sync Trades

Sync your trades from TradingView in a single click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "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.8",
  "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!"
    }
  }
}