// # multi_context
//
// A preference set for testing the PSP's multiple preference sets functionality.
//
// Provides control over `Magnification`, `Volume Control` or both (depending on the selected preference set).
{
    "flat": {
        "name": "Multiple Contexts",
        "contexts": {
            "gpii-default": {
                "name": "Default preferences",
                "preferences": {
                    "http://registry.gpii.net/common/magnification": 1.5,
                    "http://registry.gpii.net/common/volume": 0.5
                }
            },
            "bright": {
                "name": "bright",
                "preferences": {
                    "http://registry.gpii.net/common/magnification": 2
                }
            },
            "noise": {
                "name": "noise",
                "preferences": {
                    "http://registry.gpii.net/common/volume": 1
                }
            },
            "brightandnoise": {
                "name": "bright and noise",
                "preferences": {
                    "http://registry.gpii.net/common/volume": 1,
                    "http://registry.gpii.net/common/magnification": 2
                }
            }
        }
    }
}
