IBGSOFT Websocket Connecter

IBGSOFT Websocket Connecter

This is Tradingview to Websocket Connecter

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDescription__",
  "version": "1.0",
  "manifest_version": 2,
  "default_locale": "ko",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage",
    "notifications",
    "contextMenus",
    "https://kr.tradingview.com/",
    "https://tradingview.com/",
    "https://api.telegram.org/"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_icon": {
      "20": "images/icon-20.png",
      "48": "images/icon-48.png"
    },
    "default_title": "__MSG_browserActionTitle__",
    "default_popup": "pages/popup.html"
  },
  "web_accessible_resources": [
    "images/notify.png",
    "images/error.png"
  ],
  "content_security_policy": "script-src 'self' https://cdnjs.cloudflare.com https://*.firebaseio.com https://www.googleapis.com; object-src 'self'"
}