{
    "name": "Nexosyne Tools",
    "short_name": "Nexosyne",
    "start_url": "index.php",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#ffffff",
    "theme_color": "#7c3aed",
    "scope": "/",
    "icons": [
        {
            "src": "assets/img/192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "assets/img/512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}