{
  "name": "Svāda",
  "short_name": "Svāda",
  "description": "Fuel. Fast. Flow.",
  "id": "/dashboard",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#120E0A",
  "theme_color": "#120E0A",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log a Meal",
      "short_name": "Meal",
      "description": "Open the meal logging flow",
      "url": "/meal?quick=true",
      "icons": [{ "src": "/icons/shortcut-meal.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Log Water",
      "short_name": "Water",
      "description": "Quickly log a glass of water",
      "url": "/dashboard?log=water",
      "icons": [{ "src": "/icons/shortcut-water.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Log Weight",
      "short_name": "Weight",
      "description": "Record today's body weight",
      "url": "/profile?log=weight",
      "icons": [{ "src": "/icons/shortcut-weight.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Start Fast",
      "short_name": "Fast",
      "description": "Start or check your fasting timer",
      "url": "/fasting",
      "icons": [{ "src": "/icons/shortcut-fast.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}
