{
  "name": "Petspulse — Chronic care for pets",
  "short_name": "Petspulse",
  "description": "Track your pet's glucose, weight, and water in 10 seconds. Photo, voice, or tap.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f8fafc",
  "theme_color": "#2A9D8F",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Record a reading",
      "short_name": "Record",
      "url": "/record",
      "description": "Log a new glucose reading"
    },
    {
      "name": "View report",
      "short_name": "Report",
      "url": "/report",
      "description": "See trends and share with your vet"
    }
  ]
}
