{
    "id" : "shuttingstars_web",
    "name" : "Shutting Stars",
    "short_name" : "Shutting Stars",
    "start_url" : "game.html",
    "display" : "fullscreen",
    "orientation" : "any",
    "categories" : [
        "game"
    ],
    "background_color" : "#000000",
    "theme_color" : "#000000",
    "icons" : [
        {
            "src" : "./resources/icons/icon128.png",
            "sizes" : "128x128",
            "type" : "image/png"
        },
        {
            "src" : "./resources/icons/icon512.png",
            "sizes" : "512x512",
            "type" : "image/png"
        }
    ]
}