{
  "name": "Birth Year Finder",
  "short_name": "BYFinder",
  "description": "Easily find the birth year of anyone using their weekday, month, and year range.",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#111009",
  "theme_color": "#111009",
  "lang": "en",
  "scope": "./",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": [
    "utilities",
    "lifestyle"
  ],
  "screenshots": []
}