{
  "name": "Companion AI",
  "short_name": "Companion",
  "description": "Your AI companion for emotional wellness and connection",
  "start_url": "/app/chat",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0c14",
  "theme_color": "#0a0c14",
  "scope": "/",
  "categories": ["social", "lifestyle", "entertainment"],
  "icons": [
    {
      "src": "/badge-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat",
      "short_name": "Chat",
      "description": "Open chat with your companion",
      "url": "/app/chat",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Gallery",
      "short_name": "Gallery",
      "description": "View photo gallery",
      "url": "/app/photo-gallery",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
