Crocobit Wallet

Crocobit 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": "Crocobit Wallet",
  "short_name": "Crocobit",
  "description": "Multi-cryptocurrency decentralized wallet",
  "version": "0.10.0",
  "author": "https://extension.crocobit.net",
  "browser_action": {
    "default_icon": "img/logo128.png",
    "default_popup": "index.html",
    "default_title": "Crocobit"
  },
  "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"
  ]
}