{
  "name": "LUMEO — Il tuo universo condiviso",
  "short_name": "LUMEO",
  "description": "Una piattaforma emotiva premium per coppie. Presenza in tempo reale, mappa emotiva e gamification.",
  "start_url": "/home",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#08080f",
  "theme_color": "#08080f",
  "orientation": "any",
  "scope": "/",
  "lang": "it",
  "categories": ["lifestyle", "social", "relationships"],
  "icons": [
    {
      "src": "/icons/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "LUMEO Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat",
      "short_name": "Chat",
      "description": "Apri la chat con il tuo partner",
      "url": "/chat",
      "icons": [{ "src": "/icons/logo-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Mappa Emotiva",
      "short_name": "Mappa",
      "description": "Vedi la tua mappa emotiva",
      "url": "/map",
      "icons": [{ "src": "/icons/logo-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/chat",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
