{
    "id": "./",
    "name": "INFINITY",
    "short_name": "INFINITY",
    "description": "Panel de administración para DHCP y portal cautivo MikroTik.",
    "start_url": "./main.php",
    "scope": "./",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui", "browser"],
    "orientation": "any",
    "theme_color": "#0c1929",
    "background_color": "#f0f3f8",
    "categories": ["utilities", "productivity"],
    "icons": [
        {
            "src": "icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Panel de control",
            "short_name": "Panel",
            "url": "./main.php",
            "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Usuarios conectados",
            "short_name": "Conectados",
            "url": "./active-users.php",
            "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
        }
    ]
}
