servo/resources/package-prefs.json
2018-12-22 22:19:35 -08:00

13 lines
313 B
JSON

{
"_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
}
}