{
    "name": "Double Scoops",
    "short_name": "Double Scoops",
    "description": "Restaurant & Ice-Cream Parlor — Order food delivery in St. Thomas, Jamaica",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#FFF9F0",
    "theme_color": "#E91E8C",
    "orientation": "portrait",
    "icons": [
      {
        "src": "/images/icon-192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "maskable any"
      },
      {
        "src": "/images/icon-512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "maskable any"
      }
    ],
    "categories": ["food", "lifestyle", "shopping"],
    "shortcuts": [
      {
        "name": "Order Now",
        "url": "/menu",
        "description": "Browse our menu and place an order"
      },
      {
        "name": "My Orders",
        "url": "/orders",
        "description": "Track your orders"
      }
    ]
  }