{
	"name": "Boards",
	"short_name": "Boards",
	"description": "Personal kanban board — today, inbox, projects.",
	"start_url": "/today",
	"scope": "/",
	"display": "standalone",
	"background_color": "#15131c",
	"theme_color": "#15131c",
	"icons": [
		{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
		{ "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
		{
			"src": "/icons/maskable-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"shortcuts": [
		{
			"name": "New task",
			"url": "/inbox?capture=1",
			"description": "Open capture on the Inbox"
		},
		{ "name": "Inbox", "url": "/inbox" },
		{ "name": "Today", "url": "/today" }
	],
	"share_target": {
		"action": "/share",
		"method": "GET",
		"params": {
			"title": "title",
			"text": "text",
			"url": "url"
		}
	}
}
