{
	"name": "デリカテッセン イチロクヨン プラス",
	"short_name": "デリカテッセン イチロクヨン プラス",
	"display": "standalone",
	"background_color": "white",
	"theme_color: "#ffffff",
	"start_url": "/?source=pwa",
	"lang": "ja",
	"display:" "fullscreen",
	"icons": [
		{
			"src": "./images/apple-touch-icon.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any maskable"
		},
		{
			"src": "./images/512x512-icon.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any maskable"
		}
	]
}