Lisk To The Moon

Lisk To The Moon

Lisk going to the moon indicator.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Lisk To The Moon",
  "description": "Lisk going to the moon indicator.",
  "version": "0.1.1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "lisk.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self'; 'https://files.coinmarketcap.com/static/widget/currency.js';unsafe-inline; object-src 'self'"
}