Toncoin TON Price Ticker

Toncoin TON Price Ticker

Displays the current Toncoin (TON) price.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Toncoin TON Price Ticker",
  "description": "Displays the current Toncoin (TON) price.",
  "version": "2.4",
  "manifest_version": 3,
  "icons": {
    "16": "logo/ton-16.png",
    "32": "logo/ton-32.png",
    "128": "logo/ton-128.png"
  },
  "background": {
    "service_worker": "service-worker.js"
  },
  "action": {
    "default_icon": "ton-16.png",
    "default_title": "Toncoin TON Price Ticker"
  },
  "host_permissions": [
    "https://min-api.cryptocompare.com/data/price?fsym=TONCOIN&tsyms=USD"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';",
    "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
  }
}