{
    "name": "ArcadiumGG - Free Web Games Platform",
    "short_name": "ArcadiumGG",
    "description": "Discover and play a universe of free-to-play web games. Action, puzzle, strategy, and retro games instantly in your browser. No installs, no fees, just endless fun.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#1a1a2e",
    "background_color": "#1a1a2e",
    "categories": [
        "games",
        "entertainment"
    ],
    "screenshots": [
        {
            "src": "/assets/screenshots/screenshot-1.png",
            "sizes": "540x720",
            "type": "image/png",
            "form_factor": "narrow"
        },
        {
            "src": "/assets/screenshots/screenshot-1-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide"
        }
    ],
    "icons": [
        {
            "src": "/assets/logo-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/logo-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/logo-maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Play Random Game",
            "short_name": "Random Game",
            "description": "Play a random game from ArcadiumGG",
            "url": "/play.html?game=random",
            "icons": [
                {
                    "src": "/assets/shortcuts/random.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Action Games",
            "short_name": "Action",
            "description": "Browse and play action games",
            "url": "/index.html?category=action",
            "icons": [
                {
                    "src": "/assets/shortcuts/action.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Puzzle Games",
            "short_name": "Puzzle",
            "description": "Browse and play puzzle games",
            "url": "/index.html?category=puzzle",
            "icons": [
                {
                    "src": "/assets/shortcuts/puzzle.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    },
    "screenshots_alt": [
        "ArcadiumGG main game selection screen",
        "Gameplay screenshot from ArcadiumGG games"
    ],
    "prefer_related_applications": false,
    "related_applications": []
}