{
  "fileName": "manifest",
  "layer": "<%- app.layer %>",
  "fileType": "appdescr_variant",
  "reference": "<%- app.reference %>",
  "id": "<%- app.id %>",
  "namespace": "apps/<%- app.reference %>/appVariants/<%- app.id %>/",
  "version": "0.1.0",
  "content": <%- JSON.stringify(app.content || [], null, 2).split('\n').map((line, index) => index === 0 ? line : '  ' + line).join('\n') %>
}
