---
 to: manifest.json
---
{
  "name" : "<%= appName %>",
  "title" : "<%= title %>",
  "description" :  "<%= description %>",
  "$schema": "https://json.schemastore.org/youtrack-app.json",
  "vendor": {
    "name": "<%= vendor %>",
    "url": "<%= vendorUrl %>"
  },
  "icon": "icon.svg"
}
