{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "VisionLabs — Precision identity construction",
  "short_name": "VisionLabs",
  "description": "A precision identity-construction platform. AI design agents that build brand identities on geometric grids.",
  "start_url": "/v1/chat",
  "scope": "/v1/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "design"],
  "icons": [
    {
      "src": "/v1/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/v1/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/v1/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New chat",
      "short_name": "Chat",
      "description": "Open a fresh VisionLabs chat",
      "url": "/v1/chat",
      "icons": [{ "src": "/v1/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Studio",
      "short_name": "Studio",
      "description": "Open the V2 vector Studio",
      "url": "/v2/",
      "icons": [{ "src": "/v1/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Templates",
      "short_name": "Templates",
      "description": "Browse the public template library",
      "url": "/v1/templates",
      "icons": [{ "src": "/v1/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
