{
  "short_name": "SNUHALL",
  "name": "SNU HALL",
  "icons": [
    {
      "src": "/mobileicon192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/mobileicon512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "fullscreen",
  "background_color": "#fff",
  "theme_color": "#fff",
  "shortcuts": [
    {
      "name": "Korean Version",
      "short_name": "Korean",
      "url": "/",
      "icons": [
        { "src": "/mobileicon192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "English Version",
      "short_name": "English",
      "url": "/en",
      "icons": [
        { "src": "/mobileicon192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}