{
  "name": "Nos Vimos Ahí",
  "short_name": "NVA",
  "description": "Tu historial de recitales y shows en vivo",
  "id": "/",
  "start_url": "https://nosvimosahi87.netlify.app/?source=pwa",
  "scope": "https://nosvimosahi87.netlify.app/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#020912",
  "theme_color": "#020912",
  "orientation": "portrait-primary",
  "lang": "es",
  "dir": "ltr",
  "categories": ["music", "lifestyle", "entertainment"],
  "launch_handler": {
    "client_mode": "navigate-new"
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Nos Vimos Ahí — Tu historial de recitales"
    }
  ],
  "shortcuts": [
    {
      "name": "Agregar show",
      "short_name": "Agregar",
      "description": "Registrá un nuevo recital",
      "url": "/?tab=0&action=add",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Próximos shows",
      "short_name": "Próximos",
      "description": "Ver shows programados",
      "url": "/?tab=1",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
