{
  "name": "coesi1 - Personal Guardian",
  "short_name": "coesi1",
  "description": "Sistema di sicurezza passiva e SOS. Il tuo custode digitale.",
  "id": "./index.php",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "portrait",
  "categories": [
    "security",
    "utilities",
    "lifestyle",
    "travel"
  ],
  "icons": [
    {
      "src": "icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "🆘 LANCIA SOS",
      "short_name": "SOS",
      "description": "Invia allarme immediato",
      "url": "./index.php?view=sos&action=sos_now",
      "icons": [{ "src": "icon_sos.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "👍 FAI CHECK-IN",
      "short_name": "I'm OK",
      "description": "Conferma che stai bene",
      "url": "./index.php?action=checkin_now",
      "icons": [{ "src": "icon_checkin.png", "sizes": "512x512", "type": "image/png" }]
    }
  ],
  "screenshots": [
    {
      "src": "screen1.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home Screen"
    },
    {
      "src": "screen2.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "SOS Mode"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}