{
  "name": "Softweb Calculator",
  "short_name": "Calculator",
  "theme_color": "#00B6E6",
  "background_color": "#f8f9fa",
  "display": "standalone",
  "scope": "./",
  "start_url": "./",
  "description": "A modern, feature-rich calculator application with tax calculations, discounts, and more",
  "orientation": "any",
  "categories": ["utilities", "productivity", "finance"],
  "icons": [
    {
      "src": "assets/icons/calculator.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    }
  ]
}
