{
  "name": "Agevly — Exact Age Calculator",
  "short_name": "Agevly",
  "description": "Calculate your exact age in years, months, days and hours. Free age calculator with zodiac, birthday countdown and celebrity comparison.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#07070d",
  "theme_color": "#f5e642",
  "orientation": "portrait-primary",
  "icons": [
    {"src": "favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable"},
    {"src": "icon-192.png", "sizes": "192x192", "type": "image/png"},
    {"src": "icon-512.png", "sizes": "512x512", "type": "image/png"}
  ],
  "categories": ["utilities", "productivity"],
  "screenshots": [
    {"src": "og-image.svg", "sizes": "1200x630", "type": "image/svg+xml", "label": "Agevly Age Calculator"}
  ],
  "shortcuts": [
    {"name": "Age Calculator", "url": "/index.html", "description": "Calculate your exact age"},
    {"name": "Life Stats",     "url": "/life-stats.html", "description": "Your life in numbers"},
    {"name": "Milestones",     "url": "/milestones.html", "description": "Collect milestone badges"}
  ]
}