{
  "name": "Weight Whisper",
  "short_name": "Weight",
  "description": "Track your weight journey, one day at a time",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4f46e5",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["health", "fitness", "lifestyle"],
  "shortcuts": [
    {
      "name": "Log Weight",
      "short_name": "Log",
      "description": "Quickly log your weight",
      "url": "/"
    },
    {
      "name": "View Summary",
      "short_name": "Summary",
      "description": "View your weight history",
      "url": "/summary"
    }
  ]
}
