{
  "name": "CadNexa — 3D CAD Platform",
  "short_name": "CadNexa",
  "description": "Upload 3D files, generate BOM, send secure RFQs, create FAI reports. All in your browser.",
  "start_url": "/app.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a1628",
  "theme_color": "#0d9488",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "/app.html",
      "accept": {
        "model/step": [".step", ".stp"],
        "model/iges": [".iges", ".igs"],
        "application/octet-stream": [".brep", ".brp", ".stl", ".obj", ".ply", ".glb", ".gltf", ".fbx", ".3mf", ".dxf", ".sat", ".dae", ".amf"]
      }
    }
  ],
  "share_target": {
    "action": "/app.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "file",
          "accept": [".step", ".stp", ".iges", ".igs", ".stl", ".obj", ".glb", ".fbx", ".3mf", ".brep"]
        }
      ]
    }
  },
  "categories": ["productivity", "utilities", "business"],
  "screenshots": [],
  "related_applications": [],
  "prefer_related_applications": false
}
