{
    "manifest_version": 2,
    "name": "Billiard",
    "short_name": "Billiard",
    "lang": "en",
    "description": "American-style and French-style Billiard Game in pure HTML and JavaScript",
    "categories": ["games", "entertainment"],
    "version": "1.0.0",
    "display": "standalone",
    "start_url": "./",
    "scope": "./",
    "theme_color": "#121212",
    "background_color": "#121212",
    "icons": [
        {
            "src": "./web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "./web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}