{
  "name": "Luna \u2014 Period Tracker",
  "short_name": "Luna",
  "description": "Privacy-first period tracker with AI health companion",
  "theme_color": "#D4727E",
  "background_color": "#FFFBF8",
  "display": "standalone",
  "orientation": "portrait",
  "start_url": "/",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "categories": [
    "health",
    "lifestyle"
  ],
  "screenshots": []
}