{
  "name": "MirekCAD — CAD in the browser",
  "short_name": "MirekCAD",
  "description": "Parametric 3D solid modeling and 2D drafting (DXF) — entirely in the browser.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#eef0f4",
  "theme_color": "#1553b7",
  "categories": ["productivity", "graphics", "utilities"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/app-icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "MirekCAD 2D — drafting (DXF)",
      "short_name": "MirekCAD 2D",
      "url": "/?module=2d",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "MirekCAD 3D — solid modeling",
      "short_name": "MirekCAD 3D",
      "url": "/?module=3d",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
