Crust Wallet

Crust Wallet

Crust Wallet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0.3",
  "background": {
    "page": "background.html"
  },
  "name": "Crust Wallet",
  "manifest_version": 2,
  "description": "Crust Wallet",
  "browser_action": {
    "default_title": "Crust Wallet",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/icon-16.png",
    "32": "img/icon-32.png",
    "128": "img/icon-128.png"
  },
  "web_accessible_resources": [
    "inject.html",
    "content-script.js",
    "/js/inPageScript.bundle.js",
    "js/inPageScript.bundle.js"
  ],
  "permissions": [
    "notifications",
    "storage",
    "https://*/*",
    "http://*/*",
    "wss://*/*",
    "ws://*/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}