// # li.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 beahvior 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
// `li.json5`: preference set with only common format terms for the following settings:
// * default preferences:
//  * screen reader with TTS using a speech rate of 200 wpm,
//  * magnifier with 150% magnification (the magnifier's position is not defined),
//  * SuperNova is prioritised on Windows,
//  * Mobile Accessibility for Android is prioritised over other Android accessibility features,
//  * Rule-Based Matchmaker.
{
    "flat": {
        "name": "Li",
        "contexts": {
            "gpii-default": {
                "name": "Default preferences",
                "preferences": {
                    "http://registry.gpii.net/common/screenReaderTTS/enabled": true,
                    "http://registry.gpii.net/common/speechRate": 200,
                    "http://registry.gpii.net/common/magnification/enabled": true,
                    "http://registry.gpii.net/common/magnification": 1.5
                },
                "metadata": [
                    {
                        "type": "priority",
                        "scope": [
                            "http://registry.gpii.net/applications/com.yourdolphin.supernova-as",
                            "http://registry.gpii.net/applications/es.codefactory.android.app.ma"
                        ],
                        "value": 1024
                    }
                ]
            },
            "turn-down-light": {
                "name": "turn down light",
                "preferences": {
                    "http://registry.gpii.net/common/screenReaderTTS/enabled": true,
                    "http://registry.gpii.net/common/speechRate": 200,
                    "http://registry.gpii.net/common/magnification/enabled": true,
                    "http://registry.gpii.net/common/magnification": 2,
                    "http://registry.gpii.net/common/highContrast/enabled": true
                },
                "metadata": [
                    {
                        "type": "priority",
                        "scope": [
                            "http://registry.gpii.net/applications/com.yourdolphin.supernova-as",
                            "http://registry.gpii.net/applications/es.codefactory.android.app.ma"
                        ],
                        "value": 1024
                    }
                ]
            }
        }
    }
}
