{
    "name": "Battleship — myICEBREAKER",
    "short_name": "Battleship",
    "description": "Real-time multiplayer Battleship game",
    "start_url": "/bs/",
    "scope": "/bs/",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#1a1a2e",
    "background_color": "#1a1a2e",
    "icons": [
        {
            "src": "icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "categories": ["games"]
}
