Created
June 4, 2021 06:45
-
-
Save Terrance/b3969054aab479d85e718ca6987fdf10 to your computer and use it in GitHub Desktop.
Slack App manifest for the IMMP Slack plug. https://immp.t.allofti.me/admins/plugs.html#slack
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_metadata: | |
major_version: 1 | |
minor_version: 1 | |
display_information: | |
name: IMMP | |
features: | |
app_home: | |
home_tab_enabled: false | |
messages_tab_enabled: true | |
messages_tab_read_only_enabled: false | |
bot_user: | |
display_name: IMMP | |
always_online: false | |
oauth_config: | |
scopes: | |
bot: | |
- channels:history | |
- channels:manage | |
- channels:read | |
- chat:write | |
- chat:write.customize | |
- files:read | |
- files:write | |
- groups:history | |
- groups:read | |
- im:history | |
- im:read | |
- im:write | |
- mpim:history | |
- mpim:read | |
- team:read | |
- users:read | |
settings: | |
event_subscriptions: | |
bot_events: | |
- channel_archive | |
- channel_left | |
- channel_rename | |
- channel_unarchive | |
- group_archive | |
- group_deleted | |
- group_left | |
- group_rename | |
- group_unarchive | |
- member_joined_channel | |
- member_left_channel | |
- message.channels | |
- message.groups | |
- message.im | |
- message.mpim | |
- team_join | |
- team_rename | |
- user_change | |
interactivity: | |
is_enabled: false | |
org_deploy_enabled: false | |
socket_mode_enabled: true | |
is_hosted: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment