-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
52 lines (52 loc) · 1.42 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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.8/MicrosoftTeams.schema.json",
"manifestVersion": "1.8",
"version": "1.0.0",
"id": "1ba7f7c8-d3ed-4cb2-99a8-86a4801efd80",
"packageName": "newrelicteams",
"developer": {
"name": "Harry Kimpel",
"websiteUrl": "https://www.newrelic.com",
"privacyUrl": "https://www.newrelic.com",
"termsOfUseUrl": "https://www.newrelic.com"
},
"icons": {
"color": "color.png",
"outline": "outline.png"
},
"name": {
"short": "New Relic Teams App",
"full": "New Relic Teams App"
},
"description": {
"short": "New Relic Teams App",
"full": "New Relic Teams App"
},
"accentColor": "#008C99",
"configurableTabs": [
{
"configurationUrl": "https://newrelic-teams-2.azurewebsites.net/config.html",
"canUpdateConfiguration": true,
"scopes": [
"team"
]
}
],
"staticTabs": [
{
"entityId": "2000",
"name": "New Relic Teams",
"contentUrl": "https://newrelic-teams-2.azurewebsites.net/api/HttpTrigger1",
"scopes": [
"personal"
]
}
],
"permissions": [
"identity",
"messageTeamMembers"
],
"validDomains": [
"newrelic-teams-2.azurewebsites.net"
]
}