{
  "id": "/",
  "name": "Lucy",
  "short_name": "Lucy",
  "description": "AI companions who actually know you",
  "start_url": "/chat/lucy",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#1e1535",
  "background_color": "#1e1535",
  "orientation": "portrait",
  "categories": ["social", "entertainment"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/discover.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Discover companions"
    },
    {
      "src": "/screenshots/chat.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Chat with your companion"
    }
  ],
  "shortcuts": [
    {
      "name": "Lucy",
      "short_name": "Lucy",
      "url": "/chat/lucy",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Circle",
      "short_name": "Circle",
      "url": "/circle",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
