{
  "name": "Cindy Love - AI Assistant",
  "short_name": "Cindy Love",
  "description": "AI Assistant with Vision and Voice Capabilities",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fdf2f8",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "categories": ["productivity", "utilities", "lifestyle"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "https://raw.githubusercontent.com/slothcoin035/CindyLove/refs/heads/main/Cindy_Logo.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "https://raw.githubusercontent.com/slothcoin035/CindyLove/refs/heads/main/CindyLove.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Voice Chat",
      "short_name": "Voice Chat",
      "description": "Start a voice conversation with Cindy",
      "url": "/?action=voice",
      "icons": [
        {
          "src": "https://raw.githubusercontent.com/slothcoin035/CindyLove/refs/heads/main/CindyLove.webp",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}