{
    "id": "rabet_in",
    "name": "Rabet",
    "short_name": "Rabet",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#ffffff",
    "icons": [
        {
            "src": "./icon_192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "./icon_512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "./screenshot-wide.png",
            "sizes": "1500x1500",
            "type": "image/png",
            "form_factor": "wide"
        },
        {
            "src": "./screenshot-narrow.png",
            "sizes": "1500x1500",
            "type": "image/png"
        }
    ]
}