forked from fluidtrends/carmel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chunky.json
74 lines (74 loc) · 1.57 KB
/
chunky.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
{
"name": "Carmel",
"template": "default",
"env": "production",
"id": "io.carmel",
"androidSdkDir": "~/Library/Android/sdk",
"sections": {
"start": {
"stack": [
"intro",
"roadmap",
"whitepaper",
"download",
"wallet",
"tokens",
"auth",
"studio"
]
},
"dashboard": {
"private": true,
"layout": "sidebar",
"stack": [
"tokens",
"wallet",
"auth"
]
}
},
"transitions": [
"replace://start"
],
"provisioning": {
"rest": {
"url": "https://api.carmel.io"
}
},
"build": {
"platforms": [
"darwin/x64"
]
},
"theme": {
"logoImage": "carmel-logo-white.png",
"logoLightImage": "carmel-logo.png",
"headerColor": "#FF5722",
"textColor": "#546E7A",
"linkColor": "#0288D1",
"linkHoverColor": "#64B5F6",
"linkHoverBackgroundColor": "#F5F5F5",
"progressColor": "rgba(50,50,50,0.9)",
"primaryColor": "#00bcd4",
"secondaryColor": "#66BB6A",
"statusBarLight": false,
"navigationColor": "#FFFFFF",
"navigationTintColor": "#37474F",
"backgroundColor": "#999999",
"footerTintColor": "#CFD8DC",
"footerHeaderColor": "#90A4AE",
"footerColor": "#546E7A",
"footerBottomColor": "#37474F"
},
"info": {
"copyright": "© 2018",
"title": "Carmel",
"summary": "The Decentralized Tech Education Platform",
"watermark": "Created with Chunky.",
"cover": "chris.r.png",
"analytics": {
"type": "google",
"key": "UA-99031266-1"
}
}
}