{
    "name": "Luna Booking Demo Admin",
    "short_name": "Luna Admin",
    "description": "Online appointment booking demo admin.",
    "id": "./admin.html",
    "start_url": "./admin.html",
    "scope": "./",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#241820",
    "theme_color": "#241820",
    "icons": [
        {
            "src": "images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}
