{
  "name": "Health Aura",
  "short_name": "Health Aura",
  "description": "Особистий трекер здоров'я, ліків, аналізів та гідратації.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f1a12",
  "theme_color": "#0f1a12",
  "lang": "uk",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "Додати 250 мл води",
      "short_name": "+250 мл",
      "description": "Швидко залогувати склянку води (250 мл)",
      "url": "/track-water-popup?action=add_water&amount=250",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Додати 500 мл води",
      "short_name": "+500 мл",
      "description": "Швидко залогувати пляшку води (500 мл)",
      "url": "/track-water-popup?action=add_water&amount=500",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
