{
  "name": "Raway",
  "short_name": "Raway",
  "description": "Organiza tus viajes en grupo",
  "start_url": "/viajes",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#7b5ea7",
  "orientation": "any",
  "lang": "es",
  "icons": [
    {
      "src": "/static/img/logo_negro_sin_titulo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/logo_negro_sin_titulo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/logo_negro_sin_titulo.png",
      "sizes": "2295x2048",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mis viajes",
      "url": "/viajes"
    },
    {
      "name": "Notificaciones",
      "url": "/notificaciones"
    }
  ]
}
