{
  "name": "Merlin AI - Advanced AI Chat Assistant",
  "short_name": "Merlin AI",
  "description": "Experience the future of AI conversation with Merlin AI. Chat with 8 unique AI personas including Dr. Watson for medical advice, Dr. Mind for mental health, and more.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#00ff00",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["productivity", "utilities", "education"],
  "icons": [
    { "src": "/android-chrome-192x192.png?v=%VERSION%", "sizes": "192x192", "type": "image/png", "purpose": "maskable any" },
    { "src": "/android-chrome-512x512.png?v=%VERSION%", "sizes": "512x512", "type": "image/png", "purpose": "maskable any" },
    { "src": "/favicon-256x256.png?v=%VERSION%", "sizes": "256x256", "type": "image/png", "purpose": "any" },
    { "src": "/favicon-128x128.png?v=%VERSION%", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/apple-touch-icon.png?v=%VERSION%", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Home Cameras",
      "short_name": "Cameras",
      "description": "Open the private home camera monitor",
      "url": "/home-cameras",
      "icons": [
        {
          "src": "/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Merlin Watch",
      "short_name": "Watch",
      "description": "Open the compact Merlin watch interface",
      "url": "/watch",
      "icons": [
        {
          "src": "/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "New Chat",
      "short_name": "New Chat",
      "description": "Start a new conversation",
      "url": "/?new=true",
      "icons": [
        {
          "src": "/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Dr. Watson",
      "short_name": "Dr. Watson",
      "description": "Medical AI Assistant",
      "url": "/?persona=doc",
      "icons": [
        {
          "src": "/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Merlin AI Desktop Interface"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Merlin AI Mobile Interface"
    }
  ]
} 
