{
  "name": "Dispatcher",
  "short_name": "Dispatcher",
  "description": "차량운송 운영 시스템",
  "start_url": "/dashboard/operations/crew",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "any",
  "screenshots": [
    {
      "src": "/screenshots/crew.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "근무자 현황"
    },
    {
      "src": "/screenshots/airport.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "공항 운행"
    }
  ],
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
