{
  "name": "RentalItem - Jewellery Rental Platform",
  "short_name": "RentalItem",
  "description": "Rent stunning 1-gram gold imitation jewellery for weddings, festivals, and special occasions. Look like a million bucks, spend only hundreds.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#F59E0B",
  "orientation": "portrait-primary",
  "categories": ["shopping", "lifestyle", "business"],
  "icons": [
    {
      "src": "/favicon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-64x64.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshots/home.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "label": "Browse stunning jewellery collections"
    },
    {
      "src": "/images/screenshots/catalogue.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "label": "Easy rental process"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Jewellery",
      "short_name": "Browse",
      "description": "Browse available jewellery items",
      "url": "/browse",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "View your rental orders",
      "url": "/customer/orders",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
