{
  "name": "QuangHuy Bus - Hệ thống quản lý vận tải",
  "short_name": "QuangHuy Bus",
  "description": "Hệ thống quản lý đơn hàng và vận chuyển cho nhà xe QuangHuy",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1976d2",
  "theme_color": "#1976d2",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "vi",
  "categories": ["business", "productivity", "transportation"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.svg",
      "sizes": "180x180",
      "type": "image/svg+xml",
      "purpose": "apple touch icon"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Tạo đơn hàng mới",
      "short_name": "Đơn mới",
      "description": "Tạo đơn hàng vận chuyển mới",
      "url": "/order/create",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Danh sách đơn hàng",
      "short_name": "Đơn hàng",
      "description": "Xem danh sách tất cả đơn hàng",
      "url": "/orders",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Giao diện quản lý đơn hàng"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Giao diện mobile"
    }
  ]
}
