-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmint.json
77 lines (76 loc) · 1.55 KB
/
mint.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "UpMeet",
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"favicon": "/logo/favicon.svg",
"feedback.thumbsRating": true,
"colors": {
"primary": "#3e63ff",
"light": "#6473FF",
"dark": "#5147F9",
"ultraLight": "#E0E3FF",
"ultraDark": "#303DB5",
"anchors": {
"from": "#3e63ff",
"to": "#3759E7"
},
"background": {
"light": "#FAF9FF",
"dark": "#030220"
}
},
"topbarCtaButton": {
"name": "Sign In",
"url": "https://dashboard.upmeet.me/"
},
"integrations": {
"intercom": "vhrhwhwl"
},
"anchors": [
{
"name": "Get in Touch",
"icon": "question",
"url": "mailto:team@upmeet.me"
},
{
"name": "Status",
"icon": "cloud-check",
"url": "https://status.upmeet.me/"
}
],
"backgroundImage": "/images/2023/Frame 36.png",
"navigation": [
{
"group": "Hubs",
"pages": [
"welcome",
"security",
"integrations-providers"
]
},
{
"group": "Guides",
"pages": [
"help/basics",
"integrations",
"faqs",
"help/ai",
"help/dashboard",
"help/shared-browser",
"help/common-errors",
"help/billing"
]
},
{
"group": "Legal",
"pages": ["legal/terms", "legal/privacy", "legal/recording-inprogress"]
}
],
"footerSocials": {
"website": "https://upmeet.me",
"twitter": "https://mobile.twitter.com/upmeethq",
"github": "https://github.com/upmeethq"
}
}