{
    "name": "SPOT - Simple Personal Output Trigger",
    "short_name": "SPOT",
    "description": "Self-hosted webhook-to-push notification gateway",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#3B82F6",
    "icons": [
        {
            "src": "/LOGO.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}