{
    "name": "Online Speedometer - GPS Speed Meter",
    "short_name": "Speedometer",
    "description": "Free online GPS speedometer. Measure your speed in real-time with analog and digital displays.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#9661BA",
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}