{
  "name": "CardioLog - Blood Pressure Tracker",
  "short_name": "CardioLog",
  "description": "Track your blood pressure with AI-powered OCR scanning",
  "theme_color": "#0a1120",
  "background_color": "#0a1120",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Reading",
      "short_name": "Scan",
      "description": "Add a new blood pressure reading",
      "url": "/record",
      "icons": [
        {
          "src": "/icon.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
