X-Crypto

X-Crypto

Use X-Crypto ticker to track the crypto price at a glance while you are working or surfing on the internet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "X-Crypto",
  "short_name": "X-Crypto",
  "description": "Use X-Crypto ticker to track the crypto price at a glance while you are working or surfing on the internet.",
  "author": "X-SURE Lab",
  "version": "0.0.7",
  "manifest_version": 3,
  "homepage_url": "https://x-sure.co",
  "icons": {
    "16": "images/logo16.png",
    "32": "images/logo32.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "action": {
    "default_icon": {
      "16": "images/logo16.png",
      "32": "images/logo32.png",
      "48": "images/logo48.png"
    },
    "default_title": "Open Ticker",
    "default_popup": "index.html"
  }
}