{
  "name": "SysCalc Live: System Engineering Toolkit",
  "short_name": "SysCalc Live",
  "description": "High-performance acoustics and system engineering calculators.",
  "start_url": "/calc.html",
  "display": "standalone",
  "background_color": "#1E1E1E",
  "theme_color": "#1E1E1E",
  
  "icons": [
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/img/icon-vector.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/img/screenshot-mobile.png",
      "sizes": "1080x2122",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "SysCalc Live: Mobile Interface"
    },
    { 
      "src": "/img/screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "SysCalc Live: Desktop Interface"
    }
  ]
}