{
  "_version": "3.0.0",
  "identification": {
    "title": "{{appName}}",
    "id": "{{appName}}-workzone",
    "entityType": "bundle"
  },
  "payload": {
    "catalogs": [
      {
        "_version": "3.0.0",
        "identification": {
          "id": "{{appName}}-catalog",
          "title": "{{#literal}}{{title}}{{/literal}}",
          "entityType": "catalog",
          "i18n": "i18n/catalog.properties"
        },
        "payload": {
          "viz": [
            {{#apps}}
            {
              "appId": "{{manifestAppId}}",
              "vizId": "{{vizId}}"
            }{{#isNotLast}},{{/isNotLast}}
            {{/apps}}
          ]
        }
      }
    ],
    "groups": [
      {
        "_version": "3.0.0",
        "identification": {
          "id": "{{appName}}-group",
          "title": "{{#literal}}{{title}}{{/literal}}",
          "entityType": "group",
          "i18n": "i18n/group.properties"
        },
        "payload": {
          "viz": [
            {{#apps}}
            {
              "id": "{{appName}}{{app}}-001",
              "appId": "{{manifestAppId}}",
              "vizId": "{{vizId}}"
            }{{#isNotLast}},{{/isNotLast}}
            {{/apps}}
          ]
        }
      }
    ],
    "sites": [
      {
        "_version": "3.0.0",
        "identification": {
          "id": "{{appName}}-site",
          "entityType": "site",
          "title": "{{appName}}",
          "description": "{{appDescription}}"
        },
        "payload": {
          "config": {
            "ushellConfig": {
              "renderers": {
                "fiori2": {
                  "componentData": {
                    "config": {
                      "applications": {
                        "Shell-home": {}
                      },
                      "enableSearch": true,
                      "enablePersonalization": true,
                      "enableSetTheme": true,
                      "enableSetLanguage": true
                    }
                  }
                }
              }
            }
          },
          "groupsOrder": ["{{appName}}-group"],
          "sap.cloud.portal": {
            "config": {
              "theme.id": "sap_horizon",
              "theme.active": [
                "sap_horizon",
                "sap_horizon_dark",
                "sap_horizon_hcw",
                "sap_horizon_hcb"
              ]
            }
          }
        }
      }
    ]
  }
}
