{
    "id": "/",
    "name": "ClairSync — Intelligence Operations",
    "short_name": "ClairSync",
    "description": "One System, Total Control",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone"],
    "orientation": "any",
    "background_color": "#faf8f4",
    "theme_color": "#1e3a5f",
    "lang": "en",
    "dir": "ltr",
    "icons": [
      {
        "src": "/icons/icon-192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/icons/icon-512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/icons/icon-512-maskable.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "maskable"
      }
    ],
    "screenshots": [
      {
        "src": "/screenshots/desktop-overview.png",
        "sizes": "2560x1600",
        "type": "image/png",
        "form_factor": "wide",
        "label": "Live restaurant operations dashboard"
      },
      {
        "src": "/screenshots/mobile-overview.png",
        "sizes": "1290x2795",
        "type": "image/png",
        "form_factor": "narrow",
        "label": "Manage your team on the go"
      }
    ],
    "shortcuts": [
      {
        "name": "Kiosk",
        "short_name": "Kiosk",
        "description": "Open the staff clock-in kiosk",
        "url": "/kiosk",
        "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
      },
      {
        "name": "Overview",
        "short_name": "Overview",
        "description": "Owner dashboard",
        "url": "/owner/overview",
        "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
      }
    ],
    "categories": ["business", "productivity"]
  }