{
  "name": "Job Estimate Calculator",
  "short_name": "Estimator",
  "description": "Personal window cleaning price calculator",
  "start_url": "./estimator.html",
  "display": "standalone",
  "background_color": "#f7f9fb",
  "theme_color": "#008bdb",
  "orientation": "portrait",
  "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"
    }
  ]
}