{
  "name": "Nexus — Your Sovereign Wallet",
  "short_name": "Nexus Pay",
  "description": "Biometric payment identity for Nexus customers — no cards, no passwords.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0f0b1e",
  "background_color": "#0f0b1e",
  "categories": ["finance"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/nexus-user-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Pay Now",
      "short_name": "Pay",
      "description": "Generate a payment token",
      "url": "/?action=pay",
      "icons": [{ "src": "/nexus-user-icon.svg", "sizes": "any" }]
    }
  ]
}
