{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.16/MicrosoftTeams.schema.json",
"manifestVersion": "1.16",
"version": "1.1.5",
"id": "YOUR_APP_CLIENT_ID",
"packageName": "com.microsoft.teams.extension",
"developer": {
"name": "Data Science Dojo",
"websiteUrl": "https://ejento.ai/",
"privacyUrl": "https://ejento.ai/#/privacy-policy",
"termsOfUseUrl": "https://ejento.ai/#/terms-of-use"
},
"icons": {
"color": "YOUR_ICON_COLOR.png",
"outline": "YOUR_ICON_OUTLINE.png"
},
"name": {
"short": "YOUR_APP_NAME",
"full": "YOUR_APP_NAME"
},
"description": {
"short": "YOUR_APP_DESCRIPTION",
"full": "YOUR_APP_DESCRIPTION"
},
"accentColor": "#FFFFFF",
"bots": [
{
"botId": "YOUR_APP_CLIENT_ID",
"scopes": ["personal", "team", "groupchat"],
"commandLists": [
{
"scopes": ["personal", "team", "groupchat"],
"commands": [
{
"title": "Configure agent",
"description": "Set up other agents."
},
{
"title": "Show agent",
"description": "Show the configured agent."
},
{
"title": "Reset",
"description": "Reset the history of the agent."
},
{
"title": "Help",
"description": "Get help from documentation."
}
]
}
],
"isNotificationOnly": false,
"supportsCalling": false,
"supportsVideo": false,
"supportsFiles": true
}
],
"composeExtensions": [],
"configurableTabs": [],
"staticTabs": [],
"permissions": ["identity", "messageTeamMembers"],
"validDomains": ["token.botframework.com", "GET_DOMAIN_FROM_DSD"],
"webApplicationInfo": {
"id": "YOUR_APP_CLIENT_ID",
"resource": "api://botid-YOUR_APP_CLIENT_ID"
}
}