# Display Information The information in the Display Information section of the manifest JSON represent the values on the **Production** > **[App Listing](/docs/build-flow/prep-app-for-prod/)** page of the app build-flow. ![](/img/manifest-display-information.png) ## Manifest JSON ```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](/docs/build-flow/manifests/) - [Manifest Schema](/docs/build-flow/manifests/schema/) - [Manifest Template](/docs/build-flow/manifests/schema/manifest-template/) - Details of the [OAuth Information](/docs/build-flow/manifests/schema/oauth-information/) section - Details of the [Features](/docs/build-flow/manifests/schema/features/) section