TAAL Wallet

TAAL Wallet

The TAAL Wallet allows users to manage their own keys and sign transactions on the BSV network

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "TAAL Wallet",
  "version": "0.1.6",
  "description": "The TAAL Wallet allows users to manage their own keys and sign transactions on the BSV network",
  "options_page": "src/pages/options/index.html",
  "background": {
    "service_worker": "src/pages/background/index.js"
  },
  "permissions": [
    "notifications",
    "alarms",
    "storage"
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost/*",
      "https://*.taal.com/*"
    ]
  },
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": "taal-round-34x34.png"
  },
  "icons": {
    "128": "taal-round-128x128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "taal-round-128x128.png",
        "taal-round-34x34.png",
        "info.json"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}