// # manuel.json5
//
// ## Weekly Integration Tests: Preference Sets
//
// This preference set is used for the
// [weekly integration tests](http://wiki.gpii.net/w/Weekly_Integration_Test_Plan) and is manually tested on a regular basis. The expected system behaviour on login is described here.
//
// It has also been used in the [third review of Cloud4all](https://github.com/GPII/universal/blob/master/testData/preferences/review3/review3-preferences.md).
//
// ## Details
// `manuel.json5`: preference set with a combination of common and application-specific terms for the following settings:
// * default preferences:
//  * magnifier with 200% magnification docked at the top of the screen,
//  * use Windows' built-in magnifier (instead of third-party solutions),
//  * Cloud4Chrome does NOT invert colours,
//  * Rule-Based Matchmaker.
{

    "flat": {
        "name": "Manuel",
        "contexts": {
            "gpii-default": {
                "name": "Default preferences",
                "preferences": {
                    "http://registry.gpii.net/common/magnification/enabled": true,
                    "http://registry.gpii.net/common/magnification": 2,
                    "http://registry.gpii.net/common/magnifierPosition": "TopHalf",
                    "http://registry.gpii.net/applications/org.chrome.cloud4chrome": {
                        "invertColours": false
                    }
                },
                "metadata": [
                    {
                        "type": "priority",
                        "scope": [
                            "http://registry.gpii.net/applications/com.microsoft.windows.magnifier"
                        ],
                        "value": 1024
                    }
                ]
            },
            "light-lim": {
                "name": "turn down light",
                "preferences": {
                    "http://registry.gpii.net/common/magnification/enabled": true,
                    "http://registry.gpii.net/common/magnification": 2,
                    "http://registry.gpii.net/common/magnifierPosition": "TopHalf",
                    "http://registry.gpii.net/applications/org.chrome.cloud4chrome": {
                        "invertColours": true
                    }
                },
                "metadata": [
                    {
                        "type": "priority",
                        "scope": [
                            "http://registry.gpii.net/applications/com.microsoft.windows.magnifier"
                        ],
                        "value": 1024
                    }
                ]
            }
        }
    }
}
