{
  "name": "Cublend — 3D Modeler",
  "short_name": "Cublend",
  "description": "A Blender-style 3D modeler built for the browser. Works on desktop and iPad with Apple Pencil.",
  "id": "./",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#111111",
  "theme_color": "#1a1a1a",
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon.ico",
      "sizes": "16x16 32x32 48x48 256x256",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "file_handlers": [
    {
      "action": "./",
      "name": "Cublend scene",
      "accept": {
        "application/x-cublend": [".cublend"],
        "application/json": [".cublend", ".json"],
        "text/plain": [".cublend", ".json"],
        "application/octet-stream": [".cublend"]
      },
      "icons": [
        {
          "src": "icons/icon.ico",
          "sizes": "16x16 32x32 48x48 256x256",
          "type": "image/x-icon"
        },
        {
          "src": "icons/icon.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "categories": ["productivity", "design", "utilities"],
  "screenshots": []
}
