Begin - Cardano Wallet by B58

Begin - Cardano Wallet by B58

The Web3, DeFi crypto wallet built for you. The easiest way of being part of a decentralized financial world on Cardano.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Begin Wallet: Web3, Cardano & Crypto",
  "name": "Begin - Cardano Wallet by B58",
  "description": "The Web3, DeFi crypto wallet built for you. The easiest way of being part of a decentralized financial world on Cardano.",
  "version": "1.6.3.1",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_title": "Begin Wallet: Web3, Cardano & Crypto",
    "default_icon": "images/logo-192.png"
  },
  "side_panel": {
    "default_path": "index.html"
  },
  "icons": {
    "16": "images/logo-192.png",
    "48": "images/logo-192.png",
    "128": "images/logo-192.png",
    "512": "images/logo-512.png"
  },
  "author": "https://begin.is",
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Alt+Shift+B",
        "mac": "Alt+Shift+B",
        "chromeos": "Alt+Shift+B",
        "linux": "Alt+Shift+B"
      }
    }
  },
  "background": {
    "service_worker": "static/js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "js": [
        "static/js/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/logo-192.png",
        "images/logo-192.png",
        "static/js/injected.js",
        "internalPopup.html"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "chrome://*/*",
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "unlimitedStorage",
    "gcm",
    "sidePanel",
    "notifications"
  ],
  "optional_permissions": [
    "clipboardRead"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; frame-ancestors 'none';"
  },
  "minimum_chrome_version": "89"
}