{
  "version": "0.2.0",
  "configurations": [{
    "type": "chrome",
    "request": "launch",
    "name": "Chrome localhost:8081",
    "url": "http://localhost:8081",
    "webRoot": "${workspaceFolder}"
  }]
}
