{
  "name": "Pocket Speedometer",
  "short_name": "Speedometer",
  "description": "A free GPS speedometer — real-time speed in km/h, mph, knots or m/s. No ads, no subscription, everything on-device.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F5F0E6",
  "theme_color": "#F5F0E6",
  "categories": ["navigation", "travel", "utilities"],
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
