{
	"id": "./",
	"name": "Daily Note Planner",
	"short_name": "Daily Planner",
	"description": "Plan today, carry unfinished work forward, and review your progress.",
	"start_url": "./",
	"scope": "./",
	"display": "standalone",
	"orientation": "any",
	"background_color": "#f4f6f3",
	"theme_color": "#eef1ed",
	"categories": ["productivity", "utilities"],
	"icons": [
		{
			"src": "./pwa-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "./pwa-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "./pwa-maskable-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	]
}
