{
  "name": "스마트 수업도구",
  "short_name": "수업도구",
  "description": "선생님의 수업 진행이 더 쉬워지는 스마트 수업도구",
  "id": "./",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1A6DFF",
  "lang": "ko",
  "orientation": "any",
  "protocol_handlers": [
    {
      "protocol": "web+vsteachingtool",
      "url": "./?uri=%s"
    }
  ],
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
