{
  "name": "Quản lý đơn hàng",
  "short_name": "Vận đơn",
  "description": "Ứng dụng quản lý đơn hàng giao hàng — quét mã, chụp ảnh, GPS, Telegram",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "lang": "vi",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tạo đơn mới",
      "url": "/",
      "description": "Mở form tạo đơn hàng"
    },
    {
      "name": "Lịch sử đơn hàng",
      "url": "/lich-su",
      "description": "Xem danh sách đơn hàng"
    }
  ]
}
