Display Information

The information in the Display Information section of the manifest JSON represent the values on the Production > App Listing page of the app build-flow.

Manifest JSON

{
    "display_information": {
        "display_name": "Application Name",
        "description": "Description",
        "long_description": "Long Description"
    }
}

Field Description

FieldDescriptionValuesRequired
display_nameA string of the name of the app. Less than 50 characters,user entryYes
descriptionA string with a short description of the app for display to users.user entryNo
long_descriptionA string with a longer version of the description of the app.user entryNo
icon_share_linkApp Iconuser entryNo

Resources