{
  "name": "Avenire - AI Learning Platform",
  "short_name": "Avenire",
  "description": "An AI learning workspace for deep study, research, and interactive understanding.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f7f5f1",
  "theme_color": "#94acd1",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["education", "productivity", "utilities"],
  "icons": [
    {
      "src": "/branding/avenire-logo-full.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/branding/avenire-logo-full.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Method",
      "short_name": "New Chat",
      "description": "Start a new workspace chat with Apollo",
      "url": "/workspace/chats/new",
      "icons": [
        {
          "src": "/branding/avenire-logo-full.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Workspace",
      "short_name": "Workspace",
      "description": "View your learning workspace",
      "url": "/workspace",
      "icons": [
        {
          "src": "/branding/avenire-logo-full.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
