Coin Dog

Coin Dog

Coin Dog fetches your crypto prices right on your browser. Check prices, calculate rates and more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Coin Dog",
  "version": "0.2.3",
  "description": "Coin Dog fetches your crypto prices right on your browser. Check prices, calculate rates and more!",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "author": "Andre Reitz",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}