{
  "name": "HerDay - Cycle Tracking & Health Assistant",
  "short_name": "HerDay",
  "description": "Personal health companion for tracking menstrual cycles, health symptoms, and getting AI-powered health insights with Luna AI assistant",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#ec4899",
  "categories": ["health", "lifestyle", "productivity"],
  "screenshots": [
    {
      "src": "/placeholder.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/placeholder.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon"
    },
    {
      "src": "/placeholder.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/placeholder.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/placeholder.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Catat Menstruasi",
      "short_name": "Catat",
      "description": "Catat period dan gejala menstruasi kamu",
      "url": "/dashboard?tab=addPeriod",
      "icons": [
        {
          "src": "/placeholder.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Lihat Prediksi",
      "short_name": "Prediksi",
      "description": "Lihat prediksi siklus menstruasi kamu",
      "url": "/dashboard?tab=forecast",
      "icons": [
        {
          "src": "/placeholder.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Chat dengan Luna",
      "short_name": "Luna",
      "description": "Tanya jawab dengan asisten kesehatan AI",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/placeholder.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
