{
  "name": "GoTiket Wallet",
  "short_name": "GoTiket",
  "description": "Wallet digital oficial de GoTiket para comprar, guardar, transferir y presentar boletas con QR dinámico.",
  "id": "/wallet/",
  "start_url": "/wallet/?source=pwa",
  "scope": "/wallet/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#F1F5FB",
  "theme_color": "#1157D6",
  "orientation": "portrait",
  "lang": "es-CO",
  "dir": "ltr",
  "categories": ["entertainment", "utilities", "tickets"],
  "icons": [
    {
      "src": "/wallet/assets/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mis boletas",
      "short_name": "Boletas",
      "description": "Ver mis boletas digitales",
      "url": "/wallet/?shortcut=tickets",
      "icons": [
        {
          "src": "/wallet/assets/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "QR dinámico",
      "short_name": "QR",
      "description": "Abrir mis boletas para presentar QR dinámico",
      "url": "/wallet/?shortcut=qr",
      "icons": [
        {
          "src": "/wallet/assets/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
