{
    "name": "Unix Timestamp Converter",
    "short_name": "Time Converter",
    "description": "Convert between Unix timestamps, ISO 8601, and human-readable dates",
    "start_url": "./",
    "display": "standalone",
    "background_color": "#f5f5f5",
    "theme_color": "#2563eb",
    "icons": [
        {
            "src": "./favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ]
}
