{
  "name": "BiddexHub",
  "short_name": "BiddexHub",
  "description": "BiddexHub is a trading platform for textile and footwear products.",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "android-icon-36x36.png",
      "sizes": "36x36",
      "type": "image/png"
    },
    {
      "src": "android-icon-48x48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "android-icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "android-icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "android-icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "android-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "../screenshots/mobile-home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Mobile home screen of BiddexHub"
    }
  ],
  "prefer_related_applications": false,
  "categories": [
    "shopping",
    "business"
  ],
  "shortcuts": [
    {
      "name": "Search Products",
      "short_name": "Search",
      "description": "Quick search for textile and footwear products",
      "url": "/search",
      "icons": [
        {
          "src": "search-icon-72x72.png",
          "sizes": "72x72"
        }
      ]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "Check your current order status",
      "url": "/orders"
    }
  ]
}