{
  "id": "/scan",
  "name": "Gen Z Alpha Kids Planet",
  "short_name": "KidsPlanet",
  "description": "Staff operations app for Gen Z Alpha Kids Planet indoor play centre — Ajman, UAE",
  "start_url": "/scan",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1c1632",
  "theme_color": "#1c1632",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshots/screenshot-desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard overview on desktop"
    },
    {
      "src": "/images/screenshots/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Staff operations on mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "QR Scanner",
      "short_name": "Scanner",
      "url": "/scan",
      "description": "Scan QR wristbands at the gate",
      "icons": [{ "src": "/images/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "Live session dashboard",
      "icons": [{ "src": "/images/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Point of Sale",
      "short_name": "POS",
      "url": "/pos",
      "description": "Process walk-in payments",
      "icons": [{ "src": "/images/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}
