{
  "name": "FireGo",
  "short_name": "FireGo",
  "description": "Ứng dụng ghép xe, lái hộ, vận chuyển, vệ sinh – dịch vụ di động tại Vinh, Nghệ An",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#f97316",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["travel", "lifestyle", "business"],
  "shortcuts": [
    {
      "name": "Ghép Xe",
      "short_name": "Ghép Xe",
      "description": "Đặt ghép xe ngay",
      "url": "/ghep-xe",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Lái Hộ",
      "short_name": "Lái Hộ",
      "description": "Đặt lái hộ ngay",
      "url": "/lai-ho",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Vận Chuyển",
      "short_name": "Vận Chuyển",
      "description": "Đặt vận chuyển ngay",
      "url": "/van-chuyen",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Vệ Sinh",
      "short_name": "Vệ Sinh",
      "description": "Đặt vệ sinh ngay",
      "url": "/ve-sinh",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}