{
  "name": "Battery Health Checker - Free Windows Battery Diagnostics Tool",
  "short_name": "Battery Health",
  "description": "Free, open-source battery health checker for Windows 10/11. Monitor battery capacity, health status, charge cycles, and performance.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-light-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-dark-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "productivity", "developer"],
  "lang": "en-US",
  "dir": "ltr"
}

