Files
servo/resources/package-prefs.json
2020-07-21 06:30:06 +02:00

21 lines
566 B
JSON

{
"_comment": "this file is used to add some specific preferences to the Servo package (nightly builds)",
"all": {},
"macosx": {},
"linux": {},
"android": {},
"windows": {},
"hololens": {
"_comment": "settings specific to Hololens/UWP builds",
"devtools.server.enabled": true,
"dom.webxr.enabled": true,
"shell.homepage": "https://servo.org/hl-home/",
"gfx.subpixel-text-antialiasing.enabled": false
},
"vr": {
"_comment": "settings specific to VR builds",
"dom.webvr.enabled": true,
"dom.webxr.enabled": true
}
}