{
	"id": "https://organized.cooking/",
	"name": "Organized Cooking",
	"short_name": "Organized Cooking",
	"description": "Organize your favorite recipes from any cookbook — find them in seconds.",
	"start_url": "https://organized.cooking/",
	"scope": "https://organized.cooking/",
	"dir": "auto",
	"display": "standalone",
	"display_override": ["window-controls-overlay", "standalone"],
	"launch_handler": { "client_mode": "focus-existing" },
	"orientation": "portrait",
	"theme_color": "#000000",
	"background_color": "#000000",
	"categories": ["food", "lifestyle"],
	"shortcuts": [
		{
			"name": "Add a Recipe",
			"short_name": "Add Recipe",
			"description": "Quickly add a new recipe to your collection",
			"url": "/?action=add-recipe",
			"icons": [
				{ "src": "/images/shortcuts/add-recipe.png", "sizes": "96x96", "type": "image/png" }
			]
		},
		{
			"name": "Kitchen Drawer",
			"short_name": "Kitchen",
			"description": "Open your Kitchen Drawer tools",
			"url": "/?action=kitchen",
			"icons": [
				{ "src": "/images/shortcuts/kitchen-drawer.png", "sizes": "96x96", "type": "image/png" }
			]
		}
	],
	"icons": [
		{ "src": "/images/android/launchericon-48x48.png",   "sizes": "48x48",   "type": "image/png", "purpose": "maskable" },
		{ "src": "/images/ios/72.png",                        "sizes": "72x72",   "type": "image/png", "purpose": "any" },
		{ "src": "/images/android/launchericon-72x72.png",   "sizes": "72x72",   "type": "image/png", "purpose": "maskable" },
		{ "src": "/images/android/launchericon-96x96.png",   "sizes": "96x96",   "type": "image/png", "purpose": "maskable" },
		{ "src": "/images/ios/144.png",                       "sizes": "144x144", "type": "image/png", "purpose": "any" },
		{ "src": "/images/android/launchericon-144x144.png", "sizes": "144x144", "type": "image/png", "purpose": "maskable" },
		{ "src": "/images/ios/192.png",                       "sizes": "192x192", "type": "image/png", "purpose": "any" },
		{ "src": "/images/android/launchericon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
		{ "src": "/images/ios/512.png",                       "sizes": "512x512", "type": "image/png", "purpose": "any" },
		{ "src": "/images/android/launchericon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
	]
}
