{
    "name": "ROCHeroes",
    "short_name": "ROCHeroes",
    "description": "Advanced hero combo and strategy tool for Rise of Castles mobile game",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#1f1e1c",
    "theme_color": "#0d6efd",
    "lang": "en",
    "dir": "auto",
    "icons": [
        {
            "src": "https://rocheroes.top/pwa/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "https://rocheroes.top/pwa/icons/icon-192x192.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}