{
  "name": "Skhaftinplug - Food Delivery",
  "short_name": "Skhaftinplug",
  "description": "Order delicious food from local restaurants in South Africa",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0f766e",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["food", "lifestyle"],
  "lang": "en-ZA",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Browse Kitchens",
      "short_name": "Browse",
      "description": "Open restaurant discovery",
      "url": "/restaurants"
    },
    {
      "name": "Your Cart",
      "short_name": "Cart",
      "description": "Open your basket",
      "url": "/cart"
    },
    {
      "name": "Your Orders",
      "short_name": "Orders",
      "description": "Track recent orders",
      "url": "/orders"
    }
  ]
}
