-
Notifications
You must be signed in to change notification settings - Fork 0
/
lightkeeper.json
48 lines (48 loc) · 899 Bytes
/
lightkeeper.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
{
"baseUrl": "https://example.com",
"ci": "[ci]",
"type": "[type]",
"settings": {
"categories": {
"performance": 70,
"accessibility": 70,
"best-practices": 70,
"pwa": 70
},
"budgets": [
{
"resourceSizes": [
{
"resourceType": "script",
"budget": 300
},
{
"resourceType": "image",
"budget": 100
},
{
"resourceType": "third-party",
"budget": 200
},
{
"resourceType": "total",
"budget": 1000
}
],
"resourceCounts": [
{
"resourceType": "third-party",
"budget": 50
},
{
"resourceType": "total",
"budget": 50
}
]
}
]
},
"routes": [
"/"
]
}