{
  "name": "SLNS Fresh Sea Foods",
  "short_name": "SLNS Fresh",
  "description": "Order fresh fish, prawns, crabs & seafood dishes — delivered to your door.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f4c75",
  "theme_color": "#0f4c75",
  "lang": "en",
  "categories": ["food", "shopping"],
  "icons": [
    {
      "src": "/icons/customer-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/customer-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Shop Fish",
      "short_name": "Fish",
      "url": "/shop/fish",
      "icons": [{ "src": "/icons/customer-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Cart",
      "short_name": "Cart",
      "url": "/cart",
      "icons": [{ "src": "/icons/customer-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Track Order",
      "short_name": "Track",
      "url": "/track",
      "icons": [{ "src": "/icons/customer-192.png", "sizes": "192x192" }]
    }
  ]
}
