{
	"name": "Mathetes.ai — Bible Study",
	"short_name": "Mathetes",
	"description": "KJV Bible study platform with Strong's concordance, AI assistant, seminary-level courses, and real-time community.",
	"start_url": "/",
	"scope": "/",
	"display": "standalone",
	"background_color": "#1a1a2e",
	"theme_color": "#1a1a2e",
	"orientation": "portrait-primary",
	"lang": "en",
	"categories": ["education", "books", "lifestyle"],
	"dir": "ltr",
	"prefer_related_applications": false,
	"icons": [
		{
			"src": "/icons/icon-72.png",
			"sizes": "72x72",
			"type": "image/png"
		},
		{
			"src": "/icons/icon-96.png",
			"sizes": "96x96",
			"type": "image/png"
		},
		{
			"src": "/icons/icon-128.png",
			"sizes": "128x128",
			"type": "image/png"
		},
		{
			"src": "/icons/icon-144.png",
			"sizes": "144x144",
			"type": "image/png"
		},
		{
			"src": "/icons/icon-192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "/icons/icon-384.png",
			"sizes": "384x384",
			"type": "image/png"
		},
		{
			"src": "/icons/icon-512.png",
			"sizes": "512x512",
			"type": "image/png"
		},
		{
			"src": "/icons/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"shortcuts": [
		{
			"name": "Read Bible",
			"short_name": "Bible",
			"description": "Open the Bible reader",
			"url": "/bible",
			"icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
		},
		{
			"name": "Search",
			"short_name": "Search",
			"description": "Search the Bible",
			"url": "/search",
			"icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
		},
		{
			"name": "Study Courses",
			"short_name": "Study",
			"description": "Browse study courses",
			"url": "/study",
			"icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
		}
	],
	"screenshots": [],
	"related_applications": [
		{
			"platform": "windows",
			"url": "https://github.com/mathetes-ai/mathetes/releases"
		}
	]
}
