{
  "name": "Kíra – Period Tracker",
  "short_name": "Kíra",
  "description": "Your gentle cycle tracking companion by NexaCore Labs",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#4a0e72",
  "theme_color": "#6a1b9a",
  "lang": "en",
  "categories": ["health", "lifestyle"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='120' fill='%236a1b9a'/><text x='50%' y='54%' dominant-baseline='middle' text-anchor='middle' font-size='320'>🌸</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Today",
      "short_name": "Log",
      "description": "Open the daily log screen",
      "url": "./index.html#log"
    }
  ]
}
