{
  "name": "Fitspresso Secure Checkout",
  "short_name": "Fitspresso",
  "description": "Secure checkout for Fitspresso - Complete your order with our fast, secure payment process",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#986988",
  "orientation": "portrait-primary",
  "categories": ["health", "shopping"],
  "lang": "en-US",
  "icons": [
    {
      "src": "/images/Logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Checkout",
      "short_name": "Checkout",
      "description": "Start secure checkout process",
      "url": "/",
      "icons": []
    },
    {
      "name": "Order Status",
      "short_name": "Status",
      "description": "Check your order status",
      "url": "/thank-you",
      "icons": []
    }
  ]
}