{
	"name": "HP-PWA",
	"short_name": "履歴書作成",
	"start_url": "/",
	"display": "standalone",
	"background_color": "#ffffff",
	"theme_color": "#ffffff",
	"orientation": "portrait",
	"icons": [
		{
			"src": "/icon/logo-192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "/icon/logo-512.png",
			"sizes": "512x512",
			"type": "image/png"
		}
	]
}