{
  "name": "Fantasy Canvas - AI Workflow Builder",
  "short_name": "Fantasy Canvas",
  "description": "Fantasy Canvas is your AI creative studio — chain text, image, video, 3D, and audio AI models in one visual workflow builder.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "landscape",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "129x130",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/json": [".oc"],
        "application/octet-stream": [".oc"]
      }
    }
  ],
  "launch_handler": {
    "route_to": "existing-client-retain"
  }
}