Investment Stats for Coinbase

Investment Stats for Coinbase

See more information on your crypto wallots, supplementing the balance information that Coinbase offers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Investment Stats for Coinbase",
  "description": "See more information on your crypto wallots, supplementing the balance information that Coinbase offers.",
  "version": "1.2.1",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://www.coinbase.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "128": "icon.png"
  }
}