// # David.json5
//
// This preference set changes several preferences from Read&Write Gold 12
//
// ## Testing
//
// This changes the following settings from the AT software:
//      General:
//          + Button size: Small
//          + Button style: Color
//          + Show text on toolbar: true
//          + Toolbar color: "#008080" (Need to verify by looking to the panel)
//          + Launch on Windows startup: false
{
    "flat": {
        "name": "David",
        "contexts": {
            "gpii-default": {
                "name": "Default preferences",
                "preferences": {
                    "http://registry.gpii.net/applications/com.texthelp.readWriteGold": {
                        "ApplicationSettings.AppBar.IconSize.$t": "Small",
                        "ApplicationSettings.AppBar.ToolbarIconSet.$t": "Color",
                        "ApplicationSettings.AppBar.ShowText.$t": true,
                        "ApplicationSettings.AppBar.optToolbarBackColour.$t": "#008080",
                        "ApplicationSettings.AppBar.RunOnStartUp.$t": false
                    }
                }
            }
        }
    }
}
