{
  "name": "Percentage Calculator Tool",
  "short_name": "% Calculator",
  "description": "Fast and accurate percentage calculator. Compute percent of a number, percent change, discounts, tips, taxes, and more.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fafafa",
  "theme_color": "#171717",
  "orientation": "portrait-primary",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "% of a Number",
      "url": "/percent-of-number",
      "description": "Calculate what percentage of a number equals"
    },
    {
      "name": "Winning %",
      "url": "/winning-percentage",
      "description": "Calculate winning percentage from wins and losses"
    },
    {
      "name": "% Change",
      "url": "/percentage-difference",
      "description": "Calculate percentage increase or decrease"
    }
  ]
}
