{
	"id": "/",
	"scope": "/",
	"start_url": "/",
	"name": "Kando - AI Productivity Hub",
	"short_name": "Kando",
	"description": "Gamified, AI-powered todo list — sort and expand tasks with AI, capture by voice, and build habits. Offline-first.",
	"display": "standalone",
	"theme_color": "#0f172a",
	"background_color": "#0f172a",
	"icons": [
		{
			"src": "/pwa-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/pwa-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/pwa-maskable-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"shortcuts": [
		{ "name": "Today", "url": "/today" },
		{ "name": "Inbox", "url": "/inbox" },
		{ "name": "Habits", "url": "/habits" }
	],
	"screenshots": [
		{
			"src": "/screenshot-wide.png",
			"sizes": "1280x679",
			"type": "image/png",
			"form_factor": "wide",
			"label": "Kando task list on desktop"
		}
	],
	"share_target": {
		"action": "/share-target",
		"method": "GET",
		"params": {
			"title": "title",
			"text": "text",
			"url": "url"
		}
	}
}
