Tradepoint Insights

Tradepoint Insights

Get insights into stock market and trend correlation

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tradepoint Insights",
  "description": "Get insights into stock market and trend correlation",
  "version": "1.0.1",
  "browser_action": {
    "default_title": "Tradepoint Insights",
    "default_icon": "./images/logo.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "./images/logo.png",
    "48": "./images/logo.png",
    "128": "./images/logo.png"
  },
  "background": {
    "scripts": [
      "./js/config.js",
      "./js/jquery.min.js",
      "./js/core.js",
      "./js/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "https://tradepoint.io/*",
    "https://trends.google.com/trends/api/*",
    "https://stockmarketwidgets.financialplugins.com/psmw/ajax.php*"
  ],
  "content_security_policy": "script-src 'self' https://cdn.jsdelivr.net; object-src 'self'"
}