{
  "name": "3mf webCLI - GLB to 3MF Color Segmentation",
  "short_name": "3mf webCLI",
  "description": "Client-side GLB-to-3MF converter with color-based material segmentation. No uploads, no servers. Works offline.",
  "scope": "/3mf-webCLI/",
  "start_url": "/3mf-webCLI/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0d0f1a",
  "theme_color": "#0d0f1a",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230066cc' width='192' height='192'/><text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' font-family='monospace' font-size='80' fill='white' font-weight='bold'>3MF</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%231a1a1a' width='540' height='720'/><text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' font-family='monospace' font-size='36' fill='%230066cc'>3mf webCLI</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "New Conversion",
      "short_name": "Convert",
      "description": "Start a new GLB to 3MF conversion",
      "url": "/3mf-webCLI/?action=new",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%230066cc' width='96' height='96' rx='20'/><text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' font-family='monospace' font-size='40' fill='white' font-weight='bold'>3MF</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "categories": ["productivity", "utilities"],
  "share_target": {
    "action": "/index.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "glb",
          "accept": [".glb", ".gltf", "model/gltf-binary", "model/gltf+json"]
        }
      ]
    }
  }
}
