Slack app manifest
A manifest file containing the settings for a Slack app
| Type | object |
|---|---|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/slack-app-manifest/latest.json |
| Source | https://www.schemastore.org/slack-app-manifest.json |
Validate with Lintel
npx @lintel/lintel check
A manifest file for a Slack app, as described on this page: https://api.slack.com/reference/manifests
Properties
Settings that describe parts of an app's appearance within Slack. If you're distributing the app via the App Directory, read our listing guidelines to pick the best values for these settings. https://api.slack.com/reference/manifests#display
4 nested properties
The name of the app.
A short description of the app for display to users.
A longer version of the description of the app.
A hex color value that specifies the background color used on hovercards that display information about your app. Can be 3-digit (#000) or 6-digit (#000000) hex values. Once an app has set a background color value, it cannot be removed, only updated.
Settings that describe the manifest. https://api.slack.com/reference/manifests#metadata
2 nested properties
An integer that specifies the major version of the manifest schema to target.
An integer that specifies the minor version of the manifest schema to target.
Settings section of the app config pages. https://api.slack.com/reference/manifests#settings
6 nested properties
IP addresses that conform to the Allowed IP Ranges feature
Events API configuration for the app.
3 nested properties
The full https URL that acts as the Events API request URL. If set, you'll need to manually verify the Request URL in the App Manifest section of App Management.
The event types you want to the app to subscribe to.
The event types you want to the app to subscribe to on behalf of authorized users.
Interactivity configuration for the app.
3 nested properties
Whether or not interactivity features are enabled.
The full https URL that acts as the interactive Request URL.
The full https URL that acts as the interactive Options Load URL.
Whether or not org-wide deploy is enabled.
Whether or not Socket Mode is enabled.
Whether or not token rotation is enabled for access tokens.
Features section of the app config pages. https://api.slack.com/reference/manifests#features
6 nested properties
App Home configuration.
3 nested properties
Whether or not the Home tab is enabled.
Whether or not the Messages tab in your App Home is enabled.
Whether or not the users can send messages to your app in the Messages tab of your App Home.
Bot user configuration.
2 nested properties
The display name of the bot user. Allowed characters: a-z, 0-9, -, _, and .
Whether or not the bot user will always appear to be online.
Shortcuts configuration.
Slash commands configuration.
Valid unfurl domains to register. Please consult the unfurl docs for a list of domain requirements.
Workflow steps configuration.
OAuth configuration for the app. https://api.slack.com/reference/manifests#oauth
2 nested properties
OAuth redirect URLs.
Permission scopes configuration.
2 nested properties
Bot scopes to request upon app installation.
User scopes to request upon app installation.