// # Online Banking Demonstrator (OLB): Preference Sets
//
// * `olb_Alicia_app.json5`: preference set with a combination of common and application-specific common terms for the following settings:
// * user interface in English (British English if available),
// * a white-on-black contrast theme,
// * a simplified User Interface (application-specific).
{
    "flat": {
        "name": "OLB Alicia App",
        "contexts": {
            "gpii-default": {
                "name": "Default preferences",
                "preferences": {
                    "http://registry.gpii.net/common/language": "en-GB",
                    "http://registry.gpii.net/common/highContrast/enabled": true,
                    "http://registry.gpii.net/common/highContrastTheme": "white-black",
                    "http://registry.gpii.net/applications/eu.gpii.olb": {
                        "simplifiedUiEnabled": true
                    }
                }
            }
        }
    }
}
