{
  "name": "Slide — KOKUA Wallet",
  "short_name": "Slide",
  "description": "Send, receive, and swap USDC and KOKUA across Stellar and Solana. Passkey-secured.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#04070f",
  "theme_color": "#04070f",
  "categories": ["finance", "utilities"],
  "shortcuts": [
    {
      "name": "Receive / Show QR",
      "short_name": "Receive",
      "description": "Show your receive address and QR code",
      "url": "/?action=receive",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Send",
      "short_name": "Send",
      "description": "Send crypto to an address or a friend",
      "url": "/?action=send",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Scan a code",
      "short_name": "Scan",
      "description": "Scan a payment QR code",
      "url": "/?action=scan",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
