Xrate: Cryptocurrency Tracking Master

Xrate: Cryptocurrency Tracking Master

Immerse yourself in crypto-currency market tracking. Tailor your experience, stay informed, and swiftly track what matters for you!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extNameFull__",
  "version": "0.2.1",
  "description": "__MSG_description__",
  "default_locale": "en",
  "icons": {
    "16": "res/icons/logo/logo_16.png",
    "32": "res/icons/logo/logo_32.png",
    "48": "res/icons/logo/logo_48.png",
    "128": "res/icons/logo/logo_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/contentStyle.css"
      ],
      "js": [
        "js/libs/jquery.js",
        "js/contentScript.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "storage",
    "alarms",
    "contextMenus",
    "identity"
  ],
  "oauth2": {
    "client_id": "407700906222-5us23d7b8qe2v675gt8ct9at861pumbd.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "author": "Oziku Technologies LLC",
  "short_name": "__MSG_extName__",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "html/popup.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "16": "res/icons/logo/logo_16.png",
      "32": "res/icons/logo/logo_32.png",
      "48": "res/icons/logo/logo_48.png",
      "128": "res/icons/logo/logo_128.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "html/bar.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhX9QRpnoTBI3rrVUwg4QmZHlqG90RfNj+LzOsJSKKjv5gHQW/8bLVcNe82sJBAKoeWvV/4WiopvYBw3/LLS49G5kY7X2/EGilYUIm6GwZ/l1EPZQZm+jywvNTkjBhayGxBHzbKfUl7c2jmLh8ru544jEt+ZfN+PaIL8mHmBJJYztTMDcBZ/Ov4BUNFoA7gX+qVLRmry2MhzL2zQ8gp7faU5Y+LwSlWlypHF5q/ScY1d1/TFegGH96gsrJHqEEliF277cPV9nD4po2lw2URhq56pacFuCrDeCmmVcKj7yWtppvbEMnp6ctBlD+OnNaCYxzcUfP2HVyMvo2tcfZt1S9QIDAQAB"
}