-
Notifications
You must be signed in to change notification settings - Fork 1
/
atlassian-connect.json
57 lines (57 loc) · 1.61 KB
/
atlassian-connect.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
53
54
55
56
57
{
"key": "confluence-seatsurfing",
"name": "Seatsurfing for Confluence",
"description": "Free seating and co-working for your employees. Book a seat using this Confluence plug in. Any time, any place.",
"vendor": {
"name": "Seatsurfing",
"url": "https://seatsurfing.app/"
},
"baseUrl": "{{localBaseUrl}}",
"links": {
"self": "https://confluence-app.seatsurfing.app/atlassian-connect.json",
"homepage": "https://confluence-app.seatsurfing.app/atlassian-connect.json"
},
"authentication": {
"type": "jwt"
},
"lifecycle": {
"installed": "/installed",
"uninstalled": "/uninstalled"
},
"scopes": [
"READ"
],
"apiMigrations": {
"signed-install": true,
"context-qsh": true
},
"modules": {
"dynamicContentMacros": [
{
"key": "seatsurfing-marco",
"name": {
"value": "Seatsurfing"
},
"url": "/macro",
"description": {
"value": "Displays the Seatsurfing.app Booking UI."
},
"outputType": "block",
"bodyType": "none",
"width": "100%",
"icon": {
"url": "/images/icon.png",
"height": 16,
"width": 16
}
}
],
"configurePage": {
"url": "/settings",
"name": {
"value": "Settings"
},
"key": "seatsurfing-config-page"
}
}
}