{
    "id": "/",
    "name": "Insur - Belgium Services",
    "short_name": "Insur",
    "description": "Directory of Insurance, Banking, and Telecom services in Belgium",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#1e293b",
    "orientation": "portrait",
    "categories": [
        "finance",
        "business"
    ],
    "icons": [
        {
            "src": "assets/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "assets/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "Insurance",
            "url": "./index.html?sector=insur",
            "icons": [
                {
                    "src": "assets/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}