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

FieldDescriptionRequired
display_nameA string of the name of the app.Yes
descriptionA string with a short description of the app for display to users.No
long_descriptionA string with a longer version of the description of the app.No
company_nameProvide your company name which will be displayed on the Marketplace homepage and the app listing page.No
discover_typeSelect 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_typeSelect a quick and efficient way to add your app.



LANDING_PAGE: From your site



APP_DIRECTORY: From Marketplace



Learn more
No
install_landing_urlProvide 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_categoriesSelect up to 3 categories that can best describe your app.

No
industry_verticalSelect an industry segment that best represents who your app provides services to.

No
education_typeThe '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_segmentsAdd one or more relevant market segments for your app.

No
business_linesAdd one or more relevant lines of business for your app.

No
privacy_urlProvide 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_urlProvide the URL for your app's Terms of Use agreement.No
support_urlProvide the URL to your app's support page. Users can get direct support from your team.No
doc_urlProvide the URL to a Zoom-specific guide hosted on your domain that includes detailed instructions on adding, using and removing the app.No
config_urlProvide a URL link to this integration's configuration page where users are able to configure and manage your Zoom app/integration after authorization.No