{
	"name": "The Daily Marmalade",
	"short_name": "The Daily Marmalade",
    "description": "Puzzles from The Daily Marmalade",
    "id": "/",
    "start_url": "/",
    "orientation": "portrait-primary",
    "icons": [
		{
			"src": "/img/web-app-manifest-192x192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "/img/web-app-manifest-512x512.png",
			"sizes": "512x512",
			"type": "image/png"
		},
        {
            "src": "/img/icon-maskable-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/img/icon-maskable-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/img/favicon.svg",
            "sizes": "513x513",
            "type": "image/svg+xml"
        }
	],
	"theme_color": "#ffffff",
	"background_color": "#ffffff",
	"display": "standalone"
}
