{
    "id": "tempmail-cam-pwa",
    "name": "tempmail.cam",
    "short_name": "TempMail",
    "description": "Secure disposable email service to protect your primary inbox from spam.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#f97316",
    "icons": [
        {
            "src": "favicon.png",
            "sizes": "192x192 512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "orientation": "portrait",
    "scope": "."
}