TradingView Screenshare

TradingView Screenshare

Share your screen to publish video ideas on TradingView

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TradingView Screenshare",
  "short_name": "TV Screenshare",
  "description": "Share your screen to publish video ideas on TradingView",
  "author": "TradingView team",
  "version": "0.3",
  "icons": {
    "16": "images/icon-16.png",
    "19": "images/icon-19.png",
    "38": "images/icon-38.png",
    "128": "images/icon-128.png"
  },
  "background": {
    "scripts": [
      "extension.js"
    ]
  },
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://*.tradingview.com/*"
    ]
  },
  "permissions": [
    "desktopCapture",
    "tabs"
  ]
}