{
    "name": "Naclem",
    "short_name": "Naclem",
    "description": "For Solopreneurs and Entrepreneurs with time-sensitive services, Naclem proposes an effective time management scheduler to simplify your bookings and manage your meetings.",
    "icons": [
        {
            "src": "/static/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "start_url": "/",
    "theme_color": "#666666",
    "background_color": "#f5f5f5",
    "display": "standalone",
    "orientation": "any",
    "scope": "/",
    "shortcuts": [
        {
            "name": "Sign in",
            "short_name": "Sign in",
            "description": "Sign in to access Naclem",
            "url": "/auth/sign-in",
            "icons": [
                {
                    "src": "/static/android-chrome-512x512.png",
                    "sizes": "512x512",
                    "type": "image/png",
                    "purpose": "maskable"
                }
            ]
        },
        {
            "name": "Sign up",
            "short_name": "Sign up",
            "description": "Sign up to enjoy Naclem",
            "url": "/auth/sign-up",
            "icons": [
                {
                    "src": "/static/android-chrome-512x512.png",
                    "sizes": "512x512",
                    "type": "image/png",
                    "purpose": "maskable"
                }
            ]
        }
    ]
}