{
    "name": "Nixie Tube Radio",
    "short_name": "Nixie",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#080806",
    "theme_color": "#080806",
    "description": "Internet radio with a glowing nixie-tube VU display.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "screenshots/player-wide.png",
            "sizes": "1280x800",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Nixie Tube Radio player with live VU meters"
        },
        {
            "src": "screenshots/player-narrow.png",
            "sizes": "800x1280",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Nixie Tube Radio player on mobile"
        }
    ]
}
