//manifest.json { "name" : "아로니아", "short_name" : "아로니아", "icons" : [ { "src" : "data/common/favicon.ico", "type": "image/x-icon", "sizes" : "32x32" } ], "start_url" : "/", "scope" : ".", "display" : "standalone", "background_color" : "#ffffff", "manifest_version": 2, "theme_color" : "#ffffff", "description" : "아로니아 Web App", "dir" : "ltr", "lang" : "ko_KR" }