-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdev.json
115 lines (115 loc) · 2.57 KB
/
dev.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"experiences": [
"ad-radar",
"amazon",
"apple",
"apple-tracker",
"apple-tracker-agg",
"bookbeat",
"demdex",
"easyjet",
"explorer",
"facebook",
"finnair",
"fitbit",
"full-contact",
"gigantti",
"google",
"google-agg",
"helsingin-sanomat",
"her",
"her-tinder-agg",
"hsl",
"instagram",
"k-ryhma",
"lime",
"linkedin",
"netflix",
"other",
"s-ryhma",
"sbb",
"signal",
"spotify",
"strava",
"tiktok",
"tinder",
"tracker-control",
"tracker-control-agg",
"twitter",
"uber",
"uber-driver",
"voi",
"whatsapp",
"wolt",
"youtube"
],
"appBarLinks": [
{ "url": "/about", "name": "About" },
{ "url": "/privacy", "name": "Privacy" }
],
"bubbles": [
"tl-aggregator",
"tl-participant",
"mercator-aggregator",
"mercator-participant",
"reflets-aggregator",
"reflets-participant",
"demo-aggregator",
"demo-participant",
"sit-aggregator",
"sit-participant"
],
"hashtags": ["dataprivacy", "hestialabs"],
"i18nUrl": "/i18n-messages-example.json",
"i18nLocale": "fr",
"filedrop": "https://example.com",
"publicKey": "29500a8814ffbfbb3fda7e9854ab8319e349dd50c1fe018ac342300d52f47626",
"consent": {
"default": [
{
"title": "Introduction",
"description": "This is an example consent form."
},
{
"description": "Please input some information.",
"type": "input",
"name": "e-mail"
},
{
"title": "Radio buttons",
"description": "Please select one option.",
"type": "radio",
"options": ["A", "B"],
"value": "A"
},
{
"title": "Checkboxes",
"description": "Please select all options that apply.",
"type": "checkbox",
"options": ["X", "Y", "Z"]
},
{
"title": "Which data should be shared ?",
"description": "The visualizations of every checked section will be reproducible and the underlying data will be available to the receiver (at least one required).",
"type": "data",
"required": true
},
{
"title": "Multi-line text area",
"type": "multiline",
"placeholder": "Please type your comment"
}
],
"tracker-control": [
{
"title": "Tracker control export",
"description": "This is a special consent form for tracker-control. The data must be included."
},
{
"type": "data",
"required": true
}
],
"facebook": null
}
}