{
  "name": "Age Calculator - Exact Age in Years, Months & Days",
  "short_name": "Age Calculat",
  "description": "Now with the Age Difference tab — compare two birth dates and see exactly who is older and by how much.",
  "start_url": ".",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#dbe0cd",
  "background_color": "#fefffe",
  "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"
    }
  ]
}