packages/create-youtrack-app/_templates/init/manifest/manifest.json.t (17 lines of code) (raw):

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