{
  "name": "Piyo Kart - Online Shopping",
  "short_name": "Piyo Kart",
  "description": "Experience seamless multi-vendor checkout, instant flash deal notifications, and superfast shopping.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0F172A",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Products",
      "short_name": "Search",
      "description": "Search for your favorite products",
      "url": "/shop",
      "icons": [{"src": "/logo.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "View Cart",
      "short_name": "Cart",
      "description": "View your shopping cart",
      "url": "/checkout",
      "icons": [{"src": "/logo.png", "sizes": "192x192", "type": "image/png"}]
    }
  ]
}