{
  "name": "SO PWA",
  "short_name": "Ofisiant",
  "description": "Bu Next.js asosida qurilgan PWA dastur",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],


      "screenshots": [
      {
        "src": "/images/screenshot2.png",
        "sizes": "1284x673",
        "type": "image/png",
        "form_factor": "wide" ,
        "label": "Wide view of the UBOX marketplace"
      },
      {
        "src": "/images/screenshot1.png",
        "sizes": "698x637",
        "type": "image/png",
        "form_factor": "narrow",
        "label": "Narrow view of the UBOX app"
      }
    ]
}
