{
  "name": "Percentage Calculator - Percent of a Number, Change & Reverse",
  "short_name": "Percentage",
  "description": "The percentage calculator now shows increases and decreases separately, so you can see both the percent and the raw difference at a glance.",
  "start_url": ".",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#ecd6dc",
  "background_color": "#fffefe",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}