{
    "name": "Email Spam Word Checker",
    "short_name": "Email Spam W",
    "description": "Analyze your email content to detect spam trigger words that could land your message in the spam folder.",
    "start_url": "/en/app/email-spam-word-checker",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#E2E8F0",
    "background_color": "#E2E8F0",
    "scope": "/en/app/email-spam-word-checker",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/email-spam-word-checker/email-spam-word-checker-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/email-spam-word-checker/email-spam-word-checker-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}