Display Information
The information in the Display Information section of the manifest JSON represents 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",
"company_name": "Zoom",
"discover_type": "UNLISTED",
"install_type": "APP_DIRECTORY",
"marketplace_categories": [
"productivity",
"project-management",
"workflow-automation"
],
"industry_vertical": "other",
"market_segments": ["consumer"],
"business_lines": ["other"],
"privacy_url": "",
"terms_url": "",
"support_url": "",
"doc_url": "",
"config_url": ""
}
}
Field Description
| Field | Description | Required |
|---|---|---|
display_name | A string of the name of the app. | Yes |
description | A string with a short description of the app for display to users. | No |
long_description | A string with a longer version of the description of the app. | No |
company_name | Provide your company name which will be displayed on the Marketplace homepage and the app listing page. | No |
discover_type | Select whether your app is discoverable in the Zoom App Marketplace or is unlisted • LISTED : The app will be available publicly. • UNLISTED : Unlisted apps are not discoverable in the Zoom App Marketplace, but are available via a link. Learn more. | No |
install_type | Select a quick and efficient way to add your app. • LANDING_PAGE: From your site • APP_DIRECTORY: From Marketplace Learn more | No |
install_landing_url | Provide a URL link to add the app from the app's landing page. | No This field only needs to be filled in when install_type = LANDING_PAGE |
marketplace_categories | Select up to 3 categories that can best describe your app. | No |
industry_vertical | Select an industry segment that best represents who your app provides services to. | No |
education_type | The 'Education' Market Vertical has additional review requirements, and should only be selected for apps which are used in K-12 & Higher Education environments. Learn more | No This field is required when industry_vertical = education |
market_segments | Add one or more relevant market segments for your app. | No |
business_lines | Add one or more relevant lines of business for your app. | No |
privacy_url | Provide the URL to your app's Privacy Policy that must comply with applicable laws and regulations and that clarifies how you collect, use, share, retain and otherwise process personal information. | No |
terms_url | Provide the URL for your app's Terms of Use agreement. | No |
support_url | Provide the URL to your app's support page. Users can get direct support from your team. | No |
doc_url | Provide the URL to a Zoom-specific guide hosted on your domain that includes detailed instructions on adding, using and removing the app. | No |
config_url | Provide a URL link to this integration's configuration page where users are able to configure and manage your Zoom app/integration after authorization. | No |