{
    "name": "Steam Age",
    "short_name": "Steam Age",
    "description": "Command steam-powered warships in tactical naval battles. Three ship classes, unique abilities, and turn-based strategy.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#1a1a2e",
    "theme_color": "#1a1a2e",
    "orientation": "any",
    "scope": "/",
    "icons": [
        {
            "src": "assets/game_logo.jpg",
            "sizes": "192x192",
            "type": "image/jpeg"
        },
        {
            "src": "assets/game_logo.jpg",
            "sizes": "512x512",
            "type": "image/jpeg"
        }
    ],
    "screenshots": [
        {
            "src": "assets/game_logo.jpg",
            "sizes": "1280x720",
            "type": "image/jpeg",
            "form_factor": "wide",
            "label": "Steam Age gameplay screenshot showing tactical naval combat"
        },
        {
            "src": "assets/game_logo.jpg",
            "sizes": "750x1334",
            "type": "image/jpeg",
            "form_factor": "narrow",
            "label": "Steam Age mobile gameplay"
        }
    ],
    "shortcuts": [
        {
            "name": "Play as Frigate",
            "short_name": "Frigate",
            "description": "Start a new game with the balanced Frigate class",
            "url": "/?ship=frigate",
            "icons": [{ "src": "assets/game_logo.jpg", "sizes": "192x192" }]
        },
        {
            "name": "Play as Torpedo Boat",
            "short_name": "Torpedo Boat",
            "description": "Start a new game with the fast Torpedo Boat",
            "url": "/?ship=torpedo_boat",
            "icons": [{ "src": "assets/game_logo.jpg", "sizes": "192x192" }]
        },
        {
            "name": "Play as Ironclad",
            "short_name": "Ironclad",
            "description": "Start a new game with the armored Ironclad",
            "url": "/?ship=ironclad",
            "icons": [{ "src": "assets/game_logo.jpg", "sizes": "192x192" }]
        }
    ],
    "categories": ["games", "entertainment", "strategy"],
    "lang": "en"
}