Gold reserve wallet

Gold reserve wallet

Multi-cryptocurrency decentralized 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": "Gold reserve wallet",
  "short_name": "Gold reserve wallet",
  "description": "Multi-cryptocurrency decentralized wallet",
  "version": "0.1.2",
  "author": "https://extension.gold-reserve-wallet.net",
  "browser_action": {
    "default_icon": "img/logo128.png",
    "default_popup": "index.html",
    "default_title": "Gold reserve wallet"
  },
  "icons": {
    "48": "img/logo48.png",
    "128": "img/logo128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com 'sha256-DqmpmfFkBMRrqGF13km7p9v4V/Eq7vmRtLSjwcdcQSw='; object-src 'self'",
  "permissions": [
    "storage"
  ]
}