56 lines
No EOL
1.4 KiB
JSON
56 lines
No EOL
1.4 KiB
JSON
{
|
|
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.9/MicrosoftTeams.schema.json",
|
|
"manifestVersion": "1.9",
|
|
"version": "1.0.0",
|
|
"id": "@@id",
|
|
"packageName": "@@packageName",
|
|
"developer": {
|
|
"name": "@@yourName",
|
|
"websiteUrl": "https://gb.pragmatismo.com.br",
|
|
"privacyUrl": "https://gb.pragmatismo.com.br/privacy.html",
|
|
"termsOfUseUrl": "https://gb.pragmatismo.com.br/terms.html"
|
|
},
|
|
"icons": {
|
|
"color": "color.png",
|
|
"outline": "outline.png"
|
|
},
|
|
"name": {
|
|
"short": "@@botName",
|
|
"full": "@@botName"
|
|
},
|
|
"description": {
|
|
"short": "@@botName for Microsoft Teams",
|
|
"full": "@@botName for Microsoft Teams."
|
|
},
|
|
"accentColor": "#7B7B7B",
|
|
"staticTabs": [
|
|
{
|
|
"entityId": "conversations",
|
|
"scopes": [
|
|
"personal"
|
|
]
|
|
},
|
|
{
|
|
"entityId": "about",
|
|
"scopes": [
|
|
"personal"
|
|
]
|
|
}
|
|
],
|
|
"bots": [
|
|
{
|
|
"botId": "@@marketplaceId",
|
|
"scopes": [
|
|
"personal",
|
|
"team"
|
|
],
|
|
"supportsFiles": false,
|
|
"isNotificationOnly": false
|
|
}
|
|
],
|
|
"permissions": [
|
|
"identity",
|
|
"messageTeamMembers"
|
|
],
|
|
"validDomains": []
|
|
} |