{
    "name": "PoiPoi",
    "short_name": "PoiPoi",
    "description": "Squish, Bounce, Survive!",
    "start_url": "./index.html",
    "display": "standalone",
    "orientation": "landscape",
    "background_color": "#E0F7FA",
    "theme_color": "#E0F7FA",
    "icons": [
        {
            "src": "bi_192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "bi_512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}