NEM Microwallet

NEM Microwallet

NEM Blockchain Chrome Extension wallet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "NEM Microwallet",
  "description": "NEM Blockchain Chrome Extension wallet",
  "version": "0.2.1",
  "browser_action": {
    "default_title": "NEM Microwallet",
    "default_icon": "./img/nem.png",
    "default_popup": "./popup.html"
  },
  "icons": {
    "16": "./img/nem.png",
    "48": "./img/nem.png",
    "128": "./img/nem-128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "activeTab",
    "storage",
    "unlimitedStorage",
    "https://ajax.googleapis.com/"
  ]
}