packages/create-youtrack-app/_templates/init/vite-app/manifest.json.t (16 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.svg", "widgets": [ ] }