Add a enhanceTextSelection preference to the viewer

This commit is contained in:
Jonas Jenwald 2016-09-02 13:17:40 +02:00
parent ffb876fdf4
commit 15e45d772f
4 changed files with 14 additions and 6 deletions

View file

@ -94,6 +94,10 @@
"type": "boolean",
"description": "Whether to prevent the extension from reporting the extension and browser version to the extension developers.",
"default": false
},
"enhanceTextSelection": {
"type": "boolean",
"default": false
}
}
}