{
    "name": "HPSuite+ Automation for Health Professionals",
    "short_name": "HPSuite+",
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "theme_color": "#00abff",
    "background_color": "#ffffff",
    "start_url": "/index.php",
    "display": "standalone",
    "shortcuts": [
        {
            "name": "My Schedule",
            "url": "/view_appointments.php",
            "icons": [
                {
                    "src": "/favicon-32x32.png",
                    "sizes": "32x32"
                }
            ]
        },
        {
            "name": "My Patients",
            "url": "/view_patients.php",
            "icons": [
                {
                    "src": "/favicon-32x32.png",
                    "sizes": "32x32"
                }
            ]
        },
        {
            "name": "New Appointment",
            "url": "/appointment/index.php",
            "icons": [
                {
                    "src": "/favicon-32x32.png",
                    "sizes": "32x32"
                }
            ]
        }
    ]
}