{
	"name": "mooconn",
	"short_name": "mooconn",
	"description": "日記から音楽が生まれる",
	"start_url": "/",
	"display": "standalone",
	"background_color": "#0a0a0b",
	"theme_color": "#0a0a0b",
	"orientation": "portrait",
	"icons": [
		{
			"src": "/icons/icon-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"share_target": {
		"action": "/share-target",
		"method": "GET",
		"enctype": "application/x-www-form-urlencoded",
		"params": {
			"title": "title",
			"text": "text",
			"url": "url"
		}
	}
}
