Kabila Wallet

Kabila Wallet

Kabila Wallet is a non-custodial account manager based on Hedera network. A clean, fun and easy-to-use Wallet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Kabila Wallet",
  "description": "Kabila Wallet is a non-custodial account manager based on Hedera network. A clean, fun and easy-to-use Wallet.",
  "version": "2.1.10",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "content_script.js"
      ],
      "matches": [
        "https://*/*",
        "http://localhost/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "icons": {
    "16": "icons/walletx16.png",
    "32": "icons/walletx32.png",
    "48": "icons/walletx48.png",
    "64": "icons/walletx64.png",
    "128": "icons/walletx128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [],
      "matches": []
    }
  ],
  "permissions": [
    "storage",
    "activeTab",
    "tabs"
  ],
  "action": {
    "default_icon": {
      "32": "icons/walletx32.png"
    },
    "default_title": "Kabila Wallet"
  }
}