{
  "name": "Social Party",
  "short_name": "SocialParty",
  "description": "Tu noche, simplificada",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "es",
  "categories": ["entertainment", "lifestyle", "food"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mis Reservas",
      "short_name": "Reservas",
      "description": "Ver mis reservas",
      "url": "/client/my-reservations",
      "icons": [{ "src": "/favicon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Explorar",
      "short_name": "Explorar",
      "description": "Descubrir lugares",
      "url": "/client/explore",
      "icons": [{ "src": "/favicon.svg", "sizes": "96x96" }]
    }
  ]
}