{
    "id": "bleeter-app",
    "name": "Bleeter",
    "short_name": "Bleeter",
    "description": "The voice of Los Santos. Follow the city, post your side of the story.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0E1621",
    "theme_color": "#2B72D8",
    "scope": "/",
    "dir": "auto",
    "orientation": "portrait",
    "prefer_related_applications": false,
    "related_applications": [],
    "categories": [
        "social",
        "news",
        "social-network"
    ],
    "icons": [
        {
            "src": "/pwa/icons/192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/pwa/icons/512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}