Crypto & Stock Prices, Ticker, Tracker & More

Crypto & Stock Prices, Ticker, Tracker & More

Investing Tool for stocks, bitcoin etc. Market Stats, Trends & More

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Crypto & Stock Prices, Ticker, Tracker & More",
  "description": "Investing Tool for stocks, bitcoin etc. Market Stats, Trends & More",
  "version": "1.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "alarms",
    "notifications"
  ],
  "host_permissions": [
    "http://137.184.154.227:8000/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/img/icons/logo16.png",
      "32": "/img/icons/logo32.png",
      "48": "/img/icons/logo48.png",
      "128": "/img/icons/logo128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "inject.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "myscript.js"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "icons": {
    "16": "/img/icons/logo16.png",
    "32": "/img/icons/logo32.png",
    "48": "/img/icons/logo48.png",
    "128": "/img/icons/logo128.png"
  }
}