{
    "name": "XTrends",
    "short_name": "XTrends",
    "description": "This app shows the latest top trending topics and hashtags on X (Twitter) worldwide. The trends update every 30 minutes, so you always get fresh data.",
    "categories": [
        "utilities",
        "productivity"
    ],
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshot-desktop.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "form_factor": "wide"
        },
        {
            "src": "/screenshot-mobile.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ],
    "theme_color": "#ffffff",
    "background_color": "#ffffff"
}