-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprices.json
69 lines (69 loc) · 1.7 KB
/
prices.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
{
"prices": [
{
"name": "Øko tuning",
"price": 1495.00,
"info": "Øko tuning fokuserer på brændstoføkonomi og optimering af motoreffektivitet for at reducere forbruget."
},
{
"name": "Stage 1",
"price": 1495.00,
"info": "TODO"
},
{
"name": "Stage 1+",
"price": 1995.00,
"info": "TODO"
},
{
"name": "Stage 2",
"price": 0.00,
"info": "TODO"
},
{
"name": "Stage 3",
"price": 0.00,
"info": "TODO"
},
{
"name": "DPF & EGR",
"price": 495.00,
"info": "TODO",
"withTuning": true
},
{
"name": "Pop & Bang",
"price": 495.00,
"info": "TODO",
"withTuning": true
},
{
"name": "De-aktivering af motor lampe",
"price": 495.00,
"info": "TODO",
"withTuning": true
},
{
"name": "Nedenstående uden tuning",
"isHeader": true
},
{
"name": "DPF & EGR",
"price": 1245.00,
"info": "TODO",
"withTuning": false
},
{
"name": "Pop & Bang",
"price": 1245.00,
"info": "TODO",
"withTuning": false
},
{
"name": "De-aktivering af motor lampe",
"price": 1245.00,
"info": "TODO",
"withTuning": false
}
]
}