Tiny Ticker BTC - USD

Tiny Ticker BTC - USD

Displays current (to the minute) Coinbase Price for BTC in USD

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Tiny Ticker BTC - USD",
  "description": "Displays current (to the minute) Coinbase Price for BTC in USD",
  "version": "1.0",
  "action": {
    "default_icon": "icon.png"
  },
  "background": {
    "service_worker": "popup.js"
  },
  "permissions": [
    "alarms",
    "background"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}