-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
39 lines (39 loc) · 1.24 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.7/MicrosoftTeams.schema.json",
"manifestVersion": "1.7",
"version": "1.0.0",
"id": "d61ca023-5aa4-423c-8fd6-1a29d332616e",
"packageName": "com.microsoft.teams.samples.sampleapp",
"developer": {
"name": "Microsoft",
"websiteUrl": "https://www.microsoft.com",
"privacyUrl": "https://www.microsoft.com/privacy",
"termsOfUseUrl": "https://www.microsoft.com/termsofuse"
},
"name": {
"short": "TeamsToDo Connector in .NET/C#",
"full": "TeamsToDo Connector in .NET/C# - full name"
},
"description": {
"short": "This is a small sample app we made for you, in .NET/C#!",
"full": "This is a small sample app we made for you, in .NET/C#! This app has connector. The task content is hosted for illustrative purposes only."
},
"icons": {
"outline": "outline_icon.png",
"color": "color_icon.png"
},
"accentColor": "#3F487F",
"connectors": [
{
"connectorId": "d61ca023-5aa4-423c-8fd6-1a29d332616e",
"configurationUrl": "https://teamstodoappconnectorwithinlineconfig.azurewebsites.net/Connector/Setup",
"scopes": [
"team"
]
}
],
"permissions": [
"identity",
"messageTeamMembers"
]
}