Klever Wallet

Klever Wallet

Klever wallet inside your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Klever Wallet",
  "description": "Klever wallet inside your browser",
  "manifest_version": 3,
  "icons": {
    "16": "icons/logo16.png",
    "48": "icons/logo48.png",
    "128": "icons/logo128.png"
  },
  "minimum_chrome_version": "103",
  "action": {
    "icons": {
      "16": "icons/logo16.png",
      "48": "icons/logo48.png",
      "128": "icons/logo128.png"
    },
    "default_title": "Klever Wallet",
    "default_popup": "index.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "unlimitedStorage",
    "notifications"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval' ; object-src 'self';"
  },
  "version": "2.14.49.0",
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "*://*/*"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/content.js-loader-50beba6d.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "exclude_matches": [
        "*://*.google.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "public/bridge/inject.js"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "assets/content.js-fc4bb65e.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+K",
        "mac": "Command+Shift+K",
        "chromeos": "Ctrl+Shift+K",
        "linux": "Ctrl+Shift+K"
      }
    }
  }
}