{
  "name": "Shelter Puntos",
  "short_name": "Shelter",
  "description": "Programa de fidelización Shelter Bowling — acumulá puntos y canjeá premios",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#1e3a8a",
  "theme_color": "#1e3a8a",
  "lang": "es",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mi Dashboard",
      "short_name": "Dashboard",
      "description": "Ver mis puntos y movimientos",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Mis Premios",
      "short_name": "Premios",
      "description": "Canjear puntos por premios",
      "url": "/premios",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ],
  "categories": ["food", "lifestyle", "entertainment"]
}
