{
  "id": "/order.html",
  "name": "Mahakal Wellness — Order",
  "short_name": "MW Order",
  "description": "Place an order with Mahakal Wellness",
  "start_url": "./order.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#F6F5F1",
  "theme_color": "#132E26",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}