Ticker Bell

Ticker Bell

listings/delistings top cryptocurrency cryptocurency cryptocurrencies exchanges addon extension brought to you by @vir2alexport

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Ticker Bell",
  "description": "listings/delistings top cryptocurrency cryptocurency cryptocurrencies exchanges addon extension brought to you by @vir2alexport",
  "manifest_version": 3,
  "version": "0.1.5",
  "permissions": [
    "storage",
    "alarms"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; style-src 'self'; object-src 'self'"
  },
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "64": "bell.png"
  },
  "action": {
    "default_popup": "tickerbell.html",
    "default_title": "TickerBell"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}