{
    "name": "BrawnyAi Lumberjack Swipe RPG",
    "short_name": "Lumberjack RPG",
    "description": "Survive the wild. Don't lose yourself.",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#0d1b2a",
    "theme_color": "#0d1b2a",
    "icons": [
        {
            "src": "images/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "images/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}