{
    "name": "Inventory",
    "short_name": "Inventory",
    "theme_color": "#0a84ff",
    "background_color": "#000000",
    "orientation": "any",
    "display": "standalone",
    "start_url": "https://inventory.remote.malfunc.de",
    "url_handlers": [
        {
        "origin": "https://inventory.remote.malfunc.de"
        }
    ],
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-256x256.png",
            "sizes": "256x256",
            "type": "image/png"
        }
    ]
}