{
  "name": "스마트홈 관리자",
  "short_name": "SmartHomeAdmin",
  "description": "스마트홈 관리자",
  "start_url": "./cm/login",
  "scope": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3d9aab",
  "icons": [
    {
      "src": "web/icons/Icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "web/icons/Icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}