{
	"name": "Nuggies",
	"short_name": "Nuggies",
	"description": "Capture, enrich, review – your personal learning assistant",
	"theme_color": "#1C1917",
	"background_color": "#1C1917",
	"display": "standalone",
	"orientation": "portrait-primary",
	"start_url": "/",
	"scope": "/",
	"lang": "de",
	"icons": [
		{
			"src": "/icons/icon-96.png",
			"sizes": "96x96",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/icon-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/icon-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/icons/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any maskable"
		}
	],
	"categories": ["productivity", "education"],
	"shortcuts": [
		{
			"name": "Neues Nugget",
			"short_name": "Capture",
			"url": "/capture",
			"icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
		}
	],
	"share_target": {
		"action": "/capture",
		"method": "GET",
		"params": {
			"title": "title",
			"text": "text",
			"url": "url"
		}
	}
}
