{
  "name": "AbitaIA",
  "short_name": "AbitaIA",
  "description": "Portale immobiliare con intelligenza artificiale",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "lang": "it",
  "icons": [
    {
      "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-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshots/home-narrow.png",
      "sizes": "1080x2400",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home di AbitaIA su mobile"
    },
    {
      "src": "/static/screenshots/annunci-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Ricerca annunci su desktop"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Vai alla tua dashboard",
      "url": "/dashboard",
      "icons": [{"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect width='96' height='96' rx='16' fill='%232563eb'/><path d='M16 80V44l32-24 32 24v36H60V60H36v20z' fill='white'/></svg>", "sizes": "96x96"}]
    },
    {
      "name": "Cerca immobili",
      "short_name": "Cerca",
      "description": "Cerca annunci immobiliari",
      "url": "/annunci",
      "icons": [{"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect width='96' height='96' rx='16' fill='%232563eb'/><circle cx='42' cy='42' r='22' stroke='white' stroke-width='8' fill='none'/><line x1='58' y1='58' x2='78' y2='78' stroke='white' stroke-width='8' stroke-linecap='round'/></svg>", "sizes": "96x96"}]
    }
  ]
}
