<zimlet
  name="{{PACKAGE_NAME}}"
  version="{{ZIMBRA_PACKAGE_VERSION}}"
  zapp-version="{{PACKAGE_VERSION}}"
  description="{{PACKAGE_DESCRIPTION}}"
  label="{{PACKAGE_LABEL}}"
  zapp="true"
  {{#if cssEntry.length}}zapp-style="{{cssEntry}}"{{/if}}
  {{#if appEntry.length}}zapp-main="{{appEntry}}"{{/if}}
  {{#if themeEntry.length}}zapp-theme="{{themeEntry}}"{{/if}}
  {{#if serviceworkerEntry.length}}zapp-serviceworker-extension="{{serviceworkerEntry}}"{{/if}}
>
  {{#each files}}
    <resource>{{this}}</resource>
  {{/each}}
  
</zimlet>
