{
  "name": "Yolpak Business",
  "description": "Manage and monitor your business orders with Yolpak Business.",
  "orientation": "portrait",
  "scope": "/en",
  "categories": ["business", "productivity", "tools"],
  "lang": "en",
  "dir": "ltr",
  "short_name": "Yolpak Business",
  "start_url": "/en/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#FF4930",
  "shortcuts": [
    {
      "name": "Order List",
      "short_name": "Order List",
      "description": "View all orders",
      "url": "/en/dashboard/orders",
      "icons": [
        {
          "src": "/icons/app/Logo-96.png",
          "type": "image/png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Single Order",
      "short_name": "Single Order",
      "description": "View a single order",
      "url": "/en/dashboard/singleOrder",
      "icons": [
        {
          "src": "/icons/app/Logo-96.png",
          "type": "image/png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icons/app/Logo-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/icons/app/Logo-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "540x720",
      "type": "image/png"
    }
  ]
}
