{
    "name": "4TP Clinic ERP",
    "short_name": "4TP Clinic",
    "description": "Clinic management system for appointments, patients, inventory and billing.",
    "start_url": "/app",
    "display": "standalone",
    "background_color": "#0f0f0f",
    "theme_color": "#ff7a6b",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/clinic.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "medical",
        "business",
        "productivity"
    ],
    "screenshots": []
}