-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathconfig.json
67 lines (58 loc) · 1.63 KB
/
config.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
{
"flags": {
"injectTestUrls": false,
"itemsExpandable": true,
"itemsSwipable": false
},
"userFlags": {
"sortByDistance": {
"value": false,
"title": "Sort by distance",
"env": "debug"
},
"showDistance": {
"value": false,
"title": "Show distance",
"env": "debug"
},
"enableTelemetry": {
"value": true,
"title": "Telemetry",
"description": "Share performance and usage data with Mozilla to help us to improve Project Magnet"
}
},
"settings": {
"links": {
"about": "https://trymagnet.org",
"privacy": "https://trymagnet.org/privacy/",
"feedback": "https://trymagnet.org/#contact"
}
},
"itemExpires": 60000,
"itemExpiring": 10000,
"metadataServiceUrl": "https://tengam.org/api/v1/metadata",
"searchServiceUrl": "https://tengam.org/content/v1/search/url",
"theme": {
"colorBackground": "#f2f2f2",
"colorPrimary": "#00A2D4",
"borderColor": "#ddd",
"fontLightItalic": "FiraSans-LightItalic",
"fontBook": "FiraSans-Book"
},
"analyticsTrackerId": {
"development": "UA-81867483-3",
"production": "UA-81867483-4"
},
"testUrls": [
"https://facebook.com/mozilla",
"http://twitter.com/wilsonpage",
"http://twitter.com/mepartoconmigo",
"https://en.wikipedia.org/wiki/Ramsay_MacDonald",
"http://www.bbc.co.uk/news",
"https://www.youtube.com/watch?v=sBG8O430uOg",
"https://www.youtube.com/watch?v=ojcNcvb1olg",
"https://github.com/wilsonpage",
"https://www.amazon.co.uk/gp/product/B00IE3UR08/",
"https://viewsourceconf.org/berlin-2016/speakers/jen-simmons/"
]
}