{
  "name": "PizzaHub — Customer Ordering",
  "short_name": "PizzaHub",
  "description": "Order pizza, track deliveries, earn loyalty rewards, and enjoy fast delivery from PizzaHub",
  "start_url": "/customer/",
  "scope": "/customer/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "theme_color": "#ea580c",
  "background_color": "#0a0a0a",
  "categories": ["food", "lifestyle", "restaurant"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect width='192' height='192' rx='32' fill='%23ea580c'/%3E%3Ctext x='96' y='128' font-size='120' text-anchor='middle' fill='white'%3E🍕%3C/text%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='64' fill='%23ea580c'/%3E%3Ctext x='256' y='340' font-size='320' text-anchor='middle' fill='white'%3E🍕%3C/text%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Menu",
      "short_name": "Menu",
      "description": "Browse our full pizza menu",
      "url": "/customer/menu",
      "icons": [{ "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Crect width='96' height='96' rx='16' fill='%23ea580c'/%3E%3Ctext x='48' y='64' font-size='60' text-anchor='middle' fill='white'%3E🍕%3C/text%3E%3C/svg%3E", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "View your order history",
      "url": "/customer/orders",
      "icons": [{ "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Crect width='96' height='96' rx='16' fill='%23ea580c'/%3E%3Ctext x='48' y='64' font-size='60' text-anchor='middle' fill='white'%3E📋%3C/text%3E%3C/svg%3E", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Loyalty",
      "short_name": "Rewards",
      "description": "Check your loyalty points and rewards",
      "url": "/customer/loyalty",
      "icons": [{ "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Crect width='96' height='96' rx='16' fill='%23ea580c'/%3E%3Ctext x='48' y='64' font-size='60' text-anchor='middle' fill='white'%3E⭐%3C/text%3E%3C/svg%3E", "sizes": "96x96", "type": "image/svg+xml" }]
    }
  ]
}
