{
	"lang": "ko",
	"name": "CSONGO",
	"short_name": "CSONGO",
	"description": "CSONGO 관리 시스템 프로그램",
	"scope": "./",
	"display": "standalone",
	"start_url": "/",
	"icons": [	
    {
      "src": "/static/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
		{
      "src": "/static/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "theme_color": "#000000",
	"background_color": "#ffffff",
	"orientation": "any"
}