{
    "name": "Fear Greed Live",
    "short_name": "Fear Greed Live",
    "description": "Fear Greed Live provides real-time market sentiment notifications.",
    "start_url": "/?utm_source=pwa",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#f54900",
    "icons": [
        {
            "src": "/images/icon-192x192.webp",
            "sizes": "192x192",
            "type": "image/webp"
        },
        {
            "src": "/images/icon-256x256.webp",
            "sizes": "256x256",
            "type": "image/webp"
        },
        {
            "src": "/images/icon.webp",
            "sizes": "512x512",
            "type": "image/webp"
        }
    ],
    "scope": "/",
    "orientation": "portrait-primary"
}