{
    "name": "LED Reminder",
    "short_name": "LED Reminder",
    "description": "Your Custom Visual Reminder System",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#ff0000",
    "orientation": "any",
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "16x16 32x32",
            "type": "image/x-icon"
        },
        {
            "src": "/favicon.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "/led-icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
		{
		  "src": "/web-app-manifest-192x192.png",
		  "sizes": "192x192",
		  "type": "image/png",
		  "purpose": "maskable"
		},
		{
		  "src": "/web-app-manifest-512x512.png",
		  "sizes": "512x512",
		  "type": "image/png",
		  "purpose": "maskable"
		}
    ]
}