{
  "name": "SmartCAD — Free Online CAD Tools",
  "short_name": "SmartCAD",
  "description": "View and convert DWG, DXF, STL, SVG, PDF files in your browser. 100% private.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#f59e0b",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["productivity", "utilities", "design"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.svg",
      "sizes": "200x200",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "DWG Viewer",
      "url": "/tools/dwg-viewer.html",
      "description": "View DWG files online"
    },
    {
      "name": "DXF Viewer",
      "url": "/tools/dxf-viewer.html",
      "description": "View DXF CAD files"
    },
    {
      "name": "STL Viewer",
      "url": "/tools/stl-viewer.html",
      "description": "View STL 3D models"
    }
  ]
}
