{
  "name": "DOB Calculator",
  "short_name": "DOB Calculator",
  "description": "How old are you, exactly? Years, months, days — down to the second.",
  "start_url": "https://www.dobcalculator.com/",
  "display": "standalone",
  "background_color": "#1B8B52",
  "theme_color": "#1B8B52",
  "icons": [
    {
      "src": "/img/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}