{
    "name": "Email Header Analyzer",
    "short_name": "Email Header",
    "description": "Analyze raw email headers to trace delivery routes, detect delays between servers, and verify SPF, DKIM, DMARC authentication.",
    "start_url": "/en/app/email-header-analyzer",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#E2E8F0",
    "background_color": "#E2E8F0",
    "scope": "/en/app/email-header-analyzer",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/email-header-analyzer/email-header-analyzer-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/email-header-analyzer/email-header-analyzer-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}