{
	"name": "사이트 이름",
	"short_name": "사이트",
	"description": "사이트 설명",
	"start_url": "/?utm_source=pwa",
	"scope": "/",
	"display": "standalone",
	"orientation": "portrait",
	"background_color": "#ffffff",
	"theme_color": "#222222",
	"lang": "ko",
	"icons": [
		{
			"src": "/files/webpush/icon-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/files/webpush/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/files/webpush/icon-maskable-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	]
}
