{
    "name": "Distance Calculator",
    "short_name": "Distance Cal",
    "description": "Calculate the distance between two locations by selecting country and state, or entering GPS coordinates. View results in multiple units with an interactive map.",
    "start_url": "/en/app/distance-calculator",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#EFF6FF",
    "background_color": "#EFF6FF",
    "scope": "/en/app/distance-calculator",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/distance-calculator/distance-calculator-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/distance-calculator/distance-calculator-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}