{
    "name": "Medicine Tracker",
    "short_name": "Medicine",
    "description": "Track your medicine schedule and receive reminders.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#4F46E5",
    "icons": [
        {
            "src": "/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml"
        },
        {
            "src": "/favicon.ico",
            "sizes": "16x16 32x32 48x48 64x64",
            "type": "image/x-icon"
        }
    ]
}