{
  "name": "Battery Bot",
  "short_name": "Battery Bot",
  "description": "Check your laptop's battery from anywhere, even when it's asleep or off.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#fcf8ff",
  "theme_color": "#5c5d6e",
  "orientation": "portrait",
  "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" }
  ]
}
