Zapit: Crypto Wallet & P2P Exchange

Zapit: Crypto Wallet & P2P Exchange

A Self-Custodial Crypto Wallet to Explore the World of P2P Payments & Decentralized Services

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Zapit: Crypto Wallet & P2P Exchange",
  "description": "A Self-Custodial Crypto Wallet to Explore the World of P2P Payments & Decentralized Services",
  "version": "0.9.27",
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "favicon.png",
      "19": "favicon.png",
      "32": "favicon.png",
      "38": "favicon.png",
      "64": "favicon.png",
      "128": "favicon.png",
      "512": "favicon.png"
    }
  },
  "icons": {
    "16": "favicon.png",
    "19": "favicon.png",
    "32": "favicon.png",
    "38": "favicon.png",
    "64": "favicon.png",
    "128": "favicon.png",
    "512": "favicon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true,
      "js": [
        "content-script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "inject.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "gcm",
    "notifications"
  ],
  "externally_connectable": {
    "matches": [
      "<all_urls>"
    ]
  }
}