aboutsummaryrefslogtreecommitdiffstats
path: root/resources/package-prefs.json
blob: d419d7e458667250c6567ba923e50462969bd663 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "_comment": "this file is used to add some specific preferences to the Servo package (nightly builds)",
  "all": {},
  "macosx": {},
  "linux": {},
  "android": {},
  "windows": {},
  "vr": {
    "_comment": "settings specific to VR builds",
    "dom.webvr.enabled": true,
    "dom.webxr.enabled": true
  }
}