{
  "name": "GUD Price - Customer App",
  "short_name": "GUD Price",
  "description": "GUD Price Customer Application",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#198754",
  "theme_color": "#198754",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/pwa-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa-icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["Personal Care", "Home Care", "Health & Wellness", "Agriculture"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Shop",
      "short_name": "Shop",
      "description": "Browse products",
      "url": "/customer/products",
      "icons": [{ "src": "/favicon.ico", "sizes": "192x192" }]
    },
    {
      "name": "Cart",
      "short_name": "Cart",
      "description": "View cart",
      "url": "/customer/cart",
      "icons": [{ "src": "/favicon.ico", "sizes": "192x192" }]
    },
    {
      "name": "Orders",
      "short_name": "Orders",
      "description": "View orders",
      "url": "/customer/orders",
      "icons": [{ "src": "/favicon.ico", "sizes": "192x192" }]
    }
  ]
}
