{
    "id": "/index.php",
    "name": "LDNS Panel",
    "short_name": "LDNS",
    "start_url": "/index.php",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#ffffff",
    "icons": [
        {
            "src": "img/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "img/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Home",
            "url": "/index.php",
            "icons": [
                {
                    "src": "img/android-chrome-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Wsparcie / Bilety",
            "short_name": "Support",
            "url": "/index.php?action=tickets",
            "icons": [
                {
                    "src": "img/android-chrome-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Historia Logowania",
            "short_name": "Historia",
            "url": "/index.php?action=historia",
            "icons": [
                {
                    "src": "img/android-chrome-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Dokumentacja API",
            "short_name": "API",
            "url": "/index.php?action=api_doc",
            "icons": [
                {
                    "src": "img/android-chrome-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}