{
  "entrypoint": "index.html",
  "shell": "src/<%= project.namespace %>-shell.html",
  "sources": [
    "src/**/*",
    "images/**/*",
    "bower.json"
  ],
  "extraDependencies": [
    "manifest.json",
    "service-worker.js",
    "bower_components/webcomponentsjs/*.js",
    "bower_components/fetch/fetch.js"
  ],
  "lint": {
    "rules": ["polymer-2"]
  },
  "builds": [
    {
      "preset": "es6-unbundled",
      "basePath": "/<%= basePath %>/",
      "addServiceWorker": false
    }
  ]
}
