{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.25/MicrosoftTeams.schema.json",
"manifestVersion": "1.25",
"accentColor": "#d6ee26",
"authorization": {
"permissions": {
"resourceSpecific": [
{ "name": "Channel.Create.Group", "type": "Application" },
{ "name": "ChannelMember.Read.Group", "type": "Application" },
{ "name": "ChannelMessage.Read.Group", "type": "Application" },
{ "name": "ChannelMessage.Send.Group", "type": "Application" },
{ "name": "ChannelSettings.Read.Group", "type": "Application" },
{ "name": "ChatMessage.Read.Chat", "type": "Application" },
{ "name": "ChatMessage.Send.Chat", "type": "Application" },
{ "name": "Member.Read.Group", "type": "Application" }
]
}
},
"bots": [
{
"botId": "<R_TEAMS_BOT_APP_ID>",
"scopes": ["personal", "team", "groupChat"],
"supportsFiles": true,
"isNotificationOnly": false
}
],
"supportsChannelFeatures": "tier1",
"validDomains": ["<public-host-without-scheme>"]
}