{
  "name": "HealthClock AI",
  "short_name": "HealthClock",
  "description": "AI-powered health clock with personalized daily plans and sunrise/sunset alarms.",
  "start_url": "./index.html?utm_source=pwa",
  "scope": "./",
  "id": "./index.html",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "background_color": "#080d1c",
  "theme_color": "#0a0f1e",
  "orientation": "any",
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["health", "lifestyle", "utilities"],
  "shortcuts": [
    {
      "name": "Today's Health Plan",
      "short_name": "Health Plan",
      "description": "Jump to your personalized daily health plan",
      "url": "./index.html#planCard",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Sun Schedule",
      "short_name": "Sun Times",
      "description": "Check today's sunrise and sunset times",
      "url": "./index.html#sun-schedule",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
