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
| Field | Description | Values | Required |
display_name | A string of the name of the app. Less than 50 characters, | user entry | Yes |
description | A string with a short description of the app for display to users. | user entry | No |
long_description | A string with a longer version of the description of the app. | user entry | No |
icon_share_link | App Icon | user entry | No |
Resources
- Manifests Overview
- Manifest Schema
- Manifest Template
- Details of the OAuth Information section
- Details of the Features section