{
  "name": "Xuunu Health Tracker",
  "short_name": "Xuunu",
  "description": "Production-quality health tracking for people with diabetes and chronic illness",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait",
  "categories": ["health", "medical", "lifestyle"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Track Entry",
      "short_name": "Track",
      "description": "Quick health entry",
      "url": "track",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Pollutants",
      "short_name": "Environment",
      "description": "Check environmental data",
      "url": "pollutants",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
