{
    "name": "Clinitricks - Clinic Management",
    "short_name": "Clinitricks",
    "description": "Modern clinic management for doctors and clinics. Manage appointments, patients, prescriptions & billing.",
    "start_url": "./",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#0891B2",
    "background_color": "#F8FAFC",
    "categories": ["medical", "health", "business", "productivity"],
    "lang": "en",
    "icons": [
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-192-maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "New Appointment",
            "short_name": "Appointment",
            "url": "./appointments/create",
            "icons": []
        },
        {
            "name": "New Patient",
            "short_name": "Patient",
            "url": "./patients/create",
            "icons": []
        }
    ]
}
