{
	"name": "대출 이자 계산기",
	"short_name": "대출계산기",
	"description": "원리금균등상환/원금균등상환/원금만기일시상환에 대한 이자 및 상환금 계산",
	"start_url": "/",
	"scope": "/",
	"id": "https://daechul.vkdma.kr/",
	"display": "standalone",
	"background_color": "#ffffff",
	"orientation": "portrait",
	"icons": [
		{
			"src": "/img/icon/180.png",
			"sizes": "180x180",
			"type": "image/png"
		},
		{
			"src": "/img/icon/76.png",
			"sizes": "76x76",
			"type": "image/png"
		},
		{
			"src": "/img/icon/120.png",
			"sizes": "120x120",
			"type": "image/png"
		},
		{
			"src": "/img/icon/152.png",
			"sizes": "152x152",
			"type": "image/png"
		},
		{
			"src": "/maskable_icon_x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any maskable"
		}
	],
	"lang": "ko-KR",
	"prefer_related_applications": false,
	"theme_color": "#ee152b"
}