{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Bitcoin Puzzle Solver - BTC SCAN",
  "short_name": "BTC SCAN",
  "description": "Advanced Bitcoin private key finder, solver, and security analyzer supporting multiple blockchains",
  "version": "1.0.0",
  "manifest_version": 3,
  "scope": "/",
  "start_url": "/#/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1a1a1a",
  "background_color": "#0a0e27",
  "prefer_related_applications": false,
  "categories": ["productivity", "utilities"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%231a1a1a' width='540' height='720'/><text x='270' y='360' font-size='48' text-anchor='middle' fill='%23fff'>BTC SCAN</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%231a1a1a' width='192' height='192'/><circle cx='96' cy='96' r='80' fill='%23ff9900'/><text x='96' y='110' font-size='60' font-weight='bold' text-anchor='middle' fill='%231a1a1a'>₿</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23ff9900' width='192' height='192'/><text x='96' y='110' font-size='60' font-weight='bold' text-anchor='middle' fill='%23fff'>₿</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%231a1a1a' width='512' height='512'/><circle cx='256' cy='256' r='220' fill='%23ff9900'/><text x='256' y='300' font-size='180' font-weight='bold' text-anchor='middle' fill='%231a1a1a'>₿</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Kangaroo Solver",
      "short_name": "Kangaroo",
      "description": "Launch Kangaroo ECDLP solver",
      "url": "/#/kangarooSolver",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23ff9900' width='96' height='96'/><text x='48' y='65' font-size='40' text-anchor='middle' fill='%23fff'>🦘</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Key Registry",
      "short_name": "Registry",
      "description": "View and manage private keys",
      "url": "/#/keyRegistry",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%2300d4ff' width='96' height='96'/><text x='48' y='65' font-size='40' text-anchor='middle' fill='%231a1a1a'>🔑</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Global Scanner",
      "short_name": "Scanner",
      "description": "Global range scanning",
      "url": "/#/globalScanner",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%2300ff88' width='96' height='96'/><text x='48' y='65' font-size='40' text-anchor='middle' fill='%231a1a1a'>📡</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/#/",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/#/",
      "accept": {
        "text/plain": [".txt"],
        "application/json": [".json"]
      },
      "launch_type": "single-client"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "bitcoin",
      "url": "/#/?bitcoin=%s"
    }
  ]
}
