{
    "name": "Milliways Arcade",
    "short_name": "Milliways",
    "dir": "ltr",
    "lang": "en",
    "id": "/",
    "prefer_related_applications": false,
    "related_applications": [],
    "launch_handler": {
        "client_mode": "focus-existing"
    },
    "description": "The Arcade at the Restaurant at the End of the Universe. 100 games playable in your browser.",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#080810",
    "theme_color": "#7c4dff",
    "orientation": "any",
    "categories": ["games", "entertainment"],
    "icons": [
        {
            "src": "icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "screenshot-wide.png",
            "sizes": "1917x909",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Milliways Arcade game grid"
        },
        {
            "src": "screenshot-narrow.jpg",
            "sizes": "1080x2019",
            "type": "image/jpeg",
            "form_factor": "narrow",
            "label": "Milliways Arcade on mobile"
        }
    ]
}
