{
    "name": "Bastyon",
    "icons": [
        {
            "src": "img/res/drawable-ldpi-icon.png",
            "sizes": "36x36",
            "type": "image\/png",
            "density": "0.75"
        },
        {
            "src": "img/res/drawable-mdpi-icon.png",
            "sizes": "48x48",
            "type": "image\/png",
            "density": "1.0"
        },
        {
            "src": "img/res/drawable-hdpi-icon.png",
            "sizes": "72x72",
            "type": "image\/png",
            "density": "1.5"
        },
        {
            "src": "img/res/drawable-xhdpi-icon.png",
            "sizes": "96x96",
            "type": "image\/png",
            "density": "2.0"
        },
        {
            "src": "img/res/drawable-xxhdpi-icon.png",
            "sizes": "144x144",
            "type": "image\/png",
            "density": "3.0"
        },
        {
            "src": "img/res/drawable-xxxhdpi-icon.png",
            "sizes": "192x192",
            "type": "image\/png",
            "density": "4.0"
        },
        {
            "src": "img/res/blue_512.png",
            "sizes": "512x512",
            "type": "image\/png",
            "purpose": "any maskable"
        }
    ],
    "background_color": "#011621",
    "theme_color": "#011621",
    "display": "standalone",
    "start_url": "/index",
    "scope": "https://bastyon.com/",
    "orientation": "portrait"
}