{
  "name": "Percent Off Calculator",
  "short_name": "Percent Off ",
  "description": "Calculate the final price after applying a percentage discount instantly.",
  "start_url": "/math/percent-off-calculator/",
  "scope": "/math/percent-off-calculator/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f9fafb",
  "theme_color": "#0284c7",
  "lang": "en",
  "categories": [
    "productivity",
    "utilities",
    "math"
  ],
  "icons": [
    {
      "src": "/icons/percent-off-calculator-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/percent-off-calculator-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}