{
	"name": "EatProper",
	"short_name": "EatProper",
	"description": "Free community platform for carnivore and ketovore living. Recipes, discussions, health tracking, and more.",
	"start_url": "/",
	"scope": "/",
	"display": "standalone",
	"orientation": "any",
	"background_color": "#1c1917",
	"theme_color": "#1c1917",
	"icons": [
		{
			"src": "/icons/icon-192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "/icons/icon-192-maskable.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/icons/icon-512.png",
			"sizes": "512x512",
			"type": "image/png"
		},
		{
			"src": "/icons/icon-512-maskable.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"categories": ["food", "health", "lifestyle"],
	"shortcuts": [
		{
			"name": "Browse Recipes",
			"short_name": "Recipes",
			"url": "/recipes",
			"description": "Find carnivore recipes"
		},
		{
			"name": "Meal Planner",
			"short_name": "Planner",
			"url": "/meal-planner",
			"description": "Plan your weekly meals"
		},
		{
			"name": "Health Check-in",
			"short_name": "Health",
			"url": "/health",
			"description": "Log your daily health check-in"
		}
	]
}
