{
	"name": "Situ — Smart Lending",
	"short_name": "Situ",
	"description": "Kenya-first digital credit platform — apply, track, and repay loans on mobile.",
	"lang": "en-KE",
	"theme_color": "#1E3A5F",
	"background_color": "#09090b",
	"display": "standalone",
	"orientation": "portrait-primary",
	"start_url": "/",
	"scope": "/",
	"categories": ["finance", "business"],
	"icons": [
		{
			"src": "/icons/situ-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/situ-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/icons/situ-192.svg",
			"sizes": "192x192",
			"type": "image/svg+xml",
			"purpose": "any"
		},
		{
			"src": "/icons/situ-512.svg",
			"sizes": "512x512",
			"type": "image/svg+xml",
			"purpose": "any"
		}
	],
	"shortcuts": [
		{
			"name": "Apply for Loan",
			"short_name": "Apply",
			"description": "Start a new credit application",
			"url": "/apply"
		},
		{
			"name": "Repay Loan",
			"short_name": "Repay",
			"description": "Make an M-Pesa repayment",
			"url": "/repay"
		},
		{
			"name": "Track Application",
			"short_name": "Track",
			"description": "Check your application status",
			"url": "/track"
		},
		{
			"name": "Loan Statement",
			"short_name": "Statement",
			"description": "View your mini loan statement",
			"url": "/credit"
		}
	]
}
