Trade Econ

Trade Econ

You will never again miss a market shift with Trade Econ.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Trade Econ",
  "short_name": "TradeEcon",
  "description": "You will never again miss a market shift with Trade Econ.",
  "manifest_version": 3,
  "version": "1.0.4",
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "html/index.html"
  },
  "icons": {
    "16": "images/manifest-icons/16.png",
    "32": "images/manifest-icons/32.png",
    "64": "images/manifest-icons/64.png",
    "128": "images/manifest-icons/128.png"
  },
  "background": {
    "service_worker": "sw.js"
  },
  "host_permissions": [
    "*://tradeecon.com/*",
    "https://data.nasdaq.com/*"
  ]
}