{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "InversorBOE",
  "short_name": "InversorBOE",
  "description": "Oportunidades inmobiliarias del BOE: subastas analizadas, puntuadas y filtradas.",
  "lang": "es-ES",
  "dir": "ltr",
  "start_url": "/app/radar",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0c447c",
  "theme_color": "#0c447c",
  "categories": ["finance", "productivity", "business"],
  "icons": [
    {
      "src": "/static/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Buscar subastas",
      "short_name": "Buscar",
      "url": "/app/buscar",
      "description": "Explora subastas con filtros avanzados"
    },
    {
      "name": "Mis informes",
      "short_name": "Informes",
      "url": "/app/mis-informes",
      "description": "Accede a los informes desbloqueados"
    }
  ],
  "prefer_related_applications": false
}
