{
  "name": "Rebu - Fair Food Delivery",
  "short_name": "Rebu",
  "description": "Local food delivery without the percentage tax.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/rebu%20logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/rebu%20logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["food", "lifestyle"],
  "shortcuts": [
    {
      "name": "Order Food",
      "url": "/",
      "description": "Browse restaurants"
    },
    {
      "name": "My Orders",
      "url": "/orders",
      "description": "Track your orders"
    }
  ]
}
