{
  "name": "imok24 - Personal Guardian",
  "short_name": "imok24",
  "description": "Sistema di sicurezza passiva. Il tuo custode digitale.",
  "id": "https://www.oxido.it/imok24/index.php",
  "start_url": "https://www.oxido.it/imok24/index.php",
  "scope": "https://www.oxido.it/imok24/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "orientation": "portrait",
  "categories": [
    "security",
    "utilities",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "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"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}