Koala Wallet

Koala Wallet

Crypto and NFTs made simple!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "2.6.2.483",
  "author": "[email protected]",
  "manifest_version": 3,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxxziw+lmSAcCYVUII/J3hKNFZ8SDH6hJ/TAAL3XaRKm+kLYCTEExb0IA+G3YOj7tyyBwxJZ1twfmYMQLuaN9WTl+JMNPVACPk5MFG4dJiFzyGyiD3e9+5YA7zyhADINZsKKkdtdgAmeR3APuePsxWUDxxtN3iOCy2deb6FqemNPlLTuNGGc+n435s96buluRQ7p1qgkU1UZ2f46O5t8WB4uKtXqt+bjC1Uus5RkGNI6iXp1k0gZwuH6Akgn7jpr8sJJmOlx2hssJtJKhD0fneoUuHHZ8cHGHrFOJDzrtaBe7fL64xAwBijMR9bDgB2RR3PZ92gjER/ZeguXsZEa4RwIDAQAB",
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "permissions": [
    "clipboardRead",
    "clipboardWrite",
    "storage"
  ],
  "background": {
    "service_worker": "dist/service_worker.js"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": "icons/192.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "dist/injected.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "dist/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  }
}