{
  "name": "Velo-Volts - Battery Monitoring",
  "short_name": "Velo-Volts",
  "description": "Real-time battery monitoring and alerts for cycling devices",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#111827",
  "theme_color": "#1f2937",
  "icons": [
    {
      "src": "/velo-volts-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/velo-volts-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/velo-volts-icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "1206x2622",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Push notification on iOS lock screen"
    },
    {
      "src": "/screenshot-2.png",
      "sizes": "2734x2196",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Devices overview on desktop"
    }
  ],
  "categories": ["utilities", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your device battery status",
      "url": "/dashboard",
      "icons": []
    }
  ]
}
