{
  "application-name": "<%= projectName %>",
  "application-description": "<%= projectDescription %>",
  "pages": [
    {
      "tag": "web-home",
      "source": "/src/pages/web-home/web-home.html",
      "link-label": "Home",
      "url": "/",
      "route": "/"
    },
    {
      "tag": "web-404",
      "source": "/src/pages/web-404/web-404.html",
      "not-included-in-links": true,
      "route": "not-found"
    },
    {
      "tag": "web-403",
      "source": "/src/pages/web-403/web-403.html",
      "not-included-in-links": true,
      "route": "not-authorized"
    }
  ]
}