{
  "id": "/agenda/",
  "name": "Agenda · The Grial Pub",
  "short_name": "Agenda Grial",
  "description": "Conciertos, noches live y avisos de The Grial Pub. Instala la app y activa notificaciones.",
  "start_url": "/agenda/?source=pwa",
  "scope": "/agenda/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#000000",
  "theme_color": "#000000",
  "lang": "es",
  "dir": "ltr",
  "categories": ["entertainment", "music", "lifestyle"],
  "icons": [
    {
      "src": "/agenda/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/agenda/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/agenda/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/agenda/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Ver agenda",
      "url": "/agenda/?tab=agenda",
      "icons": [{ "src": "/agenda/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ajustes y avisos",
      "url": "/agenda/?tab=ajustes",
      "icons": [{ "src": "/agenda/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
