{
  "name": "Tax Calculator",
  "short_name": "Calculator",
  "description": "A simple tax calculator PWA that works offline - 4% tax calculation",
  "start_url": "calculator.php",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2c3e50",
  "orientation": "portrait",
  "scope": "./",
  "icons": [
    {
      "src": "img/calculator.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "img/calculator.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}