{
    "name": "Onirele Intranet",
    "short_name": "Intranet",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#d946ef",
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/android-chrome-192x192-maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/android-chrome-512x512-maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/home-wide.png",
            "sizes": "1919x923",
            "type": "image/png",
            "form_factor": "wide"
        },
        {
            "src": "/screenshots/home-narrow.png",
            "sizes": "767x842",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ]
}