{
    "name": "Forest Dash: Escape from the Pope's Jungle",
    "short_name": "Forest Dash",
    "description": "Run through a beautiful magical forest while escaping from the angry Forest Guardian. Dodge obstacles, collect gems, and achieve the highest score!",
    "start_url": "/index.html",
    "display": "fullscreen",
    "orientation": "portrait",
    "background_color": "#0a2a15",
    "theme_color": "#1a4a2e",
    "lang": "en",
    "categories": ["games", "entertainment"],
    "icons": [
        {
            "src": "assets/icons/icon-72.png",
            "sizes": "72x72",
            "type": "image/png"
        },
        {
            "src": "assets/icons/icon-96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "assets/icons/icon-128.png",
            "sizes": "128x128",
            "type": "image/png"
        },
        {
            "src": "assets/icons/icon-144.png",
            "sizes": "144x144",
            "type": "image/png"
        },
        {
            "src": "assets/icons/icon-152.png",
            "sizes": "152x152",
            "type": "image/png"
        },
        {
            "src": "assets/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "assets/icons/icon-384.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "assets/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}