{
  "name": "Hệ thống Quản lý Đội xe",
  "short_name": "Đội xe",
  "description": "Quản lý đội xe, tài xế, điều phối chuyến đi",
  "lang": "vi",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "orientation": "portrait-primary",
  "scope": "/",
  "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-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Tạo phiếu", "short_name": "Tạo phiếu", "url": "/request", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Điều phối", "short_name": "Điều phối", "url": "/dispatch", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
