{
  "name": "Petujee - Food Delivery",
  "short_name": "Petujee",
  "description": "Order food from your favourite restaurants. Fast delivery to your doorstep.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#E23744",
  "orientation": "portrait",
  "categories": ["food", "shopping"],
  "icons": [
    {
      "src": "/petujee-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/petujee-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Restaurants",
      "url": "/",
      "description": "Browse nearby restaurants"
    },
    {
      "name": "My Orders",
      "url": "/orders",
      "description": "View your order history"
    }
  ]
}
