{
  "name": "TDEE Calculator",
  "short_name": "TDEE Calcula",
  "description": "Calculate your total daily energy expenditure and caloric needs instantly.",
  "start_url": "/health/tdee-calculator/",
  "scope": "/health/tdee-calculator/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f9fafb",
  "theme_color": "#0284c7",
  "lang": "en",
  "categories": [
    "productivity",
    "utilities",
    "health"
  ],
  "icons": [
    {
      "src": "/icons/tdee-calculator-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/tdee-calculator-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}