{
  "name": "Loretapp",
  "short_name": "Loretapp",
  "description": "Historias que conectan",
  "start_url": "/inicio",
  "scope": "/",
  "display": "standalone",
  "background_color": "#060010",
  "theme_color": "#ff1493",
  "orientation": "portrait-primary",
  "lang": "es",
  "icons": [
    {
      "src": "/static/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Explorar historias",
      "url": "/explorar",
      "description": "Descubrí nuevas historias"
    },
    {
      "name": "Crear historia",
      "url": "/crear",
      "description": "Empezá a escribir"
    }
  ]
}
