{
  "name": "VKS Patrol",
  "short_name": "VKS Patrol",
  "description": "Inspector patrol report system — VKS Security",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F2F2F7",
  "theme_color": "#F2F2F7",
  "lang": "lo",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Patrol",
      "short_name": "ລາດຕະເວນ",
      "description": "Start a new regular patrol report",
      "url": "/?action=startPatrol",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Special Duty",
      "short_name": "ວຽກພິເສດ",
      "description": "Stationary, Onboarding, or Emergency duty",
      "url": "/?action=startSpecial",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View History",
      "short_name": "ປະຫວັດ",
      "description": "View recent patrol reports",
      "url": "/?action=history",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
