mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
21 lines
566 B
JSON
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
|
|
}
|
|
}
|