{
  "name": "EggWise: Smart Fertility",
  "short_name": "EggWise",
  "start_url": "/#/app/home",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#36454F",
  "theme_color": "#74A0A0",
  "description": "EggWise is an intelligent fertility tracking application. Empowering users on their health journey with an AI assistant and a marketplace of specialists.",
  "orientation": "portrait-primary",
  "categories": ["medical", "health", "lifestyle"],
  "icons": [
    {
      "src": "icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-1024.svg",
      "sizes": "1024x1024",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Today",
      "short_name": "Log",
      "url": "/#/app/log",
      "icons": [{ "src": "icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Ask AI Assistant",
      "short_name": "Ask AI",
      "url": "/#/app/ai-assistant",
      "icons": [{ "src": "icon-192.svg", "sizes": "192x192" }]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=app.eggwise.twa",
      "id": "app.eggwise.twa"
    }
  ]
}