Metabase

Metabase

Metabase Cryptocurrency Tracker Metabase shows the current course of various cryptocurrencies. The main task is to track the…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Metabase",
  "version": "1.1",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "24": "logo.png"
    },
    "default_title": "Metabase Real-time cryptocurrency trading charts, and more",
    "default_popup": "index.html"
  },
  "content_security_policy": "script-src 'self' 'sha256-CMyYic0d7L0Q9AwjGU0n6buHFRR6bU3TOAe0P7DEJrk='; object-src 'self'"
}