{
	"name": "Mind Check",
	"short_name": "Mind Check",
	"orientation": "portrait",
	"icons": [
		{
			"src": "/android-chrome-192x192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "/android-chrome-512x512.png",
			"sizes": "512x512",
			"type": "image/png"
		},
		{
			"src": "/apple-touch-icon.png",
			"sizes": "180x180",
			"type": "image/png",
			"purpose": "apple touch icon"
		},
		{
			"src": "/maskable_icon.png",
			"sizes": "384x384",
			"type": "image/png",
			"purpose": "any maskable"
		}
	],
	"description": "Mind Check is a free web application designed to assess and track your mental well-being. Take a variety of mental health tests, receive personalized feedback, and track your progress over time. Improve your mental well-being with Mind Check's AI-powered insights and resources.",
	"theme_color": "#f1b5ac",
	"background_color": "#f3f6ef",
	"display": "standalone",
	"start_url": "https://mind-check.vercel.app",
	"shortcuts": [
		{
			"name": "Take Test",
			"description": "Start a mental health assessment to track your well-being.",
			"short_name": "Test",
			"url": "/test",
			"icons": [
				{
					"src": "/icons/test.png",
					"sizes": "192x192",
					"type": "image/png"
				}
			]
		},
		{
			"name": "View Profile",
			"description": "Access your profile to view and manage your test data.",
			"short_name": "Profile",
			"url": "/me",
			"icons": [
				{
					"src": "/icons/profile.png",
					"sizes": "192x192",
					"type": "image/png"
				}
			]
		},
		{
			"name": "View Score History",
			"description": "Check your previous test scores and track your progress.",
			"short_name": "Scores",
			"url": "/me/history",
			"icons": [
				{
					"src": "/icons/score-history.png",
					"sizes": "192x192",
					"type": "image/png"
				}
			]
		},
		{
			"name": "Resources",
			"description": "Access curated resources for mental health support.",
			"short_name": "Resources",
			"url": "/resources",
			"icons": [
				{
					"src": "/icons/resources.png",
					"sizes": "192x192",
					"type": "image/png"
				}
			]
		}
	]
}
