Live Crypto Currency

Live Crypto Currency

Live crypto currency extension for Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Live Crypto Currency",
  "description": "Live crypto currency extension for Chrome.",
  "version": "0.0.3.7",
  "author": "Ruben DESERT",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}