{
	"name": "MemoFlow",
	"short_name": "MemoFlow",
	"start_url": "/memoflow/",
	"scope": "/memoflow/",
	"display": "standalone",
	"background_color": "#1A1A1A",
	"theme_color": "#1A1A1A",
	"orientation": "portrait",
	"icons": [
		{
			"src": "/memoflow/favicon.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any maskable"
		},
		{
			"src": "/memoflow/favicon.png", 
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any maskable"
		}
	]
}