{
 "name": "리그 키오스크",
 "short_name": "Rig",
 "id": "./",
 "start_url": "./",
 "scope": "./",
 "display": "fullscreen",
 "orientation": "portrait",
 "background_color": "#EFF1F4",
 "theme_color": "#3F444D",
 "icons": [
  {
   "src": "icons/icon-192.png",
   "sizes": "192x192",
   "type": "image/png"
  },
  {
   "src": "icons/icon-512.png",
   "sizes": "512x512",
   "type": "image/png",
   "purpose": "any maskable"
  }
 ]
}