Tiqr: Live Crypto Prices

Tiqr: Live Crypto Prices

Live prices for 13000+ crypto coins while browsing the web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tiqr: Live Crypto Prices",
  "version": "0.0.1",
  "manifest_version": 3,
  "description": "Live prices for 13000+ crypto coins while browsing the web",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>",
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "./main.js"
      ],
      "css": [
        "/main.css"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "/assets/GREY-128-128.png"
  },
  "icons": {
    "16": "/assets/logo144.png",
    "32": "/assets/logo144.png",
    "48": "/assets/48.png",
    "128": "/assets/128-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/assets/down.png",
        "/assets/up.png",
        "/assets/off.png"
      ],
      "matches": [
        "<all_urls>",
        "*://*/*"
      ]
    }
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "permissions": [
    "storage",
    "tabs"
  ]
}