Stocks Tracker

Stocks Tracker

New & easy way to track Stocks and enjoy new smooth tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Stocks Tracker",
  "short_name": "Stocks Tracker",
  "description": "New & easy way to track Stocks and enjoy new smooth tab.",
  "manifest_version": 3,
  "version": "1.0.2",
  "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": [
    "*://stockstracker.net/*",
    "https://query1.finance.yahoo.com/",
    "https://api.polygon.io/"
  ]
}