{
    "background_color": "#380238",
    "description": "MK Presents: Casino Craps!",
    "dir": "ltr",
    "display": "fullscreen",
    "name": "MK Craps",
    "orientation": "landscape",
    "scope": "/",
    "id": "MKCraps",
    "short_name": "MK Craps",
    "start_url": "/",
    "theme_color": "#daa520",
    "categories": [
        "games",
        "entertainment"
    ],
    "launch_handler": {
        "client_mode": [
            "navigate-existing",
            "auto"
        ]
    },
    "lang": "en",
    "prefer_related_applications": false,
    "screenshots": [
        {
            "src": "/images/htp-craps-point-set.avif",
            "sizes": "851x302",
            "type": "image/avif",
            "form_factor": "wide",
            "label": "The Point is Set!"
        }
    ],
    "icons": [
        {
            "src": "/images/icon_maskable.png",
            "sizes": "937x937",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/images/icon_small.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}