{
  "name": "SMP Enterprise",
  "short_name": "SMP",
  "description": "Professional construction tools — CAD Studio, 3D Pro, Cost Estimator. Built for the field.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0B1120",
  "theme_color": "#B48A3A",
  "categories": ["productivity", "utilities", "business"],
  "lang": "en",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "CAD Studio",
      "short_name": "CAD",
      "description": "Open, annotate and export DXF drawings",
      "url": "/cad-studio.html",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "3D Pro",
      "short_name": "3D",
      "description": "3D floor plan viewer and room planner",
      "url": "/3Dplayground.html",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Estimator",
      "short_name": "Cost",
      "description": "Construction cost estimator",
      "url": "/estimator.html",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ]
}
