{
	"name": "Cubby",
	"short_name": "Cubby",
	"description": "Track the little things.",
	"start_url": "/app",
	"display": "standalone",
	"background_color": "#f5f1e8",
	"theme_color": "#f5f1e8",
	"icons": [
		{
			"src": "/icons/icon-192x192.webp",
			"sizes": "192x192",
			"type": "image/webp",
			"purpose": "any"
		},
		{
			"src": "/icons/icon-512x512.webp",
			"sizes": "512x512",
			"type": "image/webp",
			"purpose": "any"
		}
	],
	"shortcuts": [
		{
			"name": "Shopping List",
			"short_name": "Shopping",
			"url": "/app/market/list"
		},
		{
			"name": "Log a Moment",
			"short_name": "Moment",
			"url": "/app/journal/moments/new"
		},
		{
			"name": "Calendar",
			"short_name": "Calendar",
			"url": "/app/calendar"
		}
	]
}
