// # uioPlus_simplified
//
// A preference set for testing preference settings in UIO+.
//
// Enables the Simplified UI preference. For pages where main content can be identified, only the portions of the page that reside within the main content will be visible. If main content cannot be identified, the page will remain unchanged.
{
    "flat": {
        "name": "UIO+ Simplified",
        "contexts": {
            "gpii-default": {
                "name": "Default preferences",
                "preferences": {
                    "http://registry.gpii.net/common/characterSpace": 1,
                    "http://registry.gpii.net/common/fontSize": 12,
                    "http://registry.gpii.net/common/highContrast/enabled": false,
                    "http://registry.gpii.net/common/highlightColor": "default",
                    "http://registry.gpii.net/common/inputsLarger/enabled": false,
                    "http://registry.gpii.net/common/lineSpace": 1,
                    "http://registry.gpii.net/common/selfVoicing/enabled": false,
                    "http://registry.gpii.net/common/simplifiedUi/enabled": true,
                    "http://registry.gpii.net/common/syllabification/enabled": false,
                    "http://registry.gpii.net/common/tableOfContents": false,
                    "http://registry.gpii.net/common/wordSpace": 0
                }
            }
        }
    }
}
