{
  "name": "Felper AI",
  "short_name": "Felper",
  "description": "Your companion app for understanding and caring for your cat. Welcome to Felper!",
  "icons": [
    {
      "src": "/icons/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any",
      "data_ai_hint": "paw print"
    },
    {
      "src": "/icons/logo-with-borders.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any",
      "data_ai_hint": "paw print"
    },
    {
      "src": "/icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable",
      "data_ai_hint": "paw print"
    },
    {
      "src": "/icons/logo-with-borders.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable",
      "data_ai_hint": "paw print"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshotDesktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Felper Desktop View",
      "data_ai_hint": "app screenshot desktop"
    },
    {
      "src": "/icons/screenshotMobile.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Felper Mobile View",
      "data_ai_hint": "app screenshot mobile"
    }
  ],
  "start_url": "/?mode=standalone",
  "display": "standalone",
  "scope": "/",
  "id": "/",
  "theme_color": "#5B698F",
  "background_color": "#ffffff",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "shortcuts": [
    {
      "name": "Sense",
      "url": "/cat-translator",
      "icon": "/icons/logo-with-borders.png",
      "description": "Understand your cat's feelings by analyzing its actions and vocalizations in a short video."
    },
    {
      "name": "AI",
      "url": "/ai-assistant",
      "icon": "/icons/logo-with-borders.png",
      "description": "Get AI-driven insights and recommendations for your cat's care."
    },
    {
      "name": "Vet",
      "url": "/vet-notes",
      "icon": "/icons/logo-with-borders.png",
      "description": "The AI will use your cat's health logs, reminders, and any additional notes to create a concise summary for your vet visit."
    },
    {
      "name": "Diary",
      "url": "/health-log",
      "icon": "/icons/logo-with-borders.png",
      "description": "Keep a daily journal of your cat's activities, moods, and symptoms."
    }
  ],
  "lang": "en"
}