{
    "name": "Marketometer - Bull & Bear Indicator",
    "short_name": "Marketometer",
    "description": "Track market sentiment with the Marketometer, a visual bull and bear indicator. Get up-to-date insights on whether the market is bullish, bearish, or neutral.",
    "icons": [
        {
            "src": "favicon/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "favicon/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "favicon/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "start_url": "/index.html",
    "display": "standalone",
    "background_color": "#f4f6f8",
    "theme_color": "#2c3e50",
    "orientation": "portrait-primary"
}