{
    "flat": {
        "contexts": {
            "gpii-default": {
                "name": "Default preferences",
                "preferences": {
                    "http://registry.gpii.net/applications/com.texthelp.readWriteGold": {
                        // Speech
                        "ApplicationSettings.Speech.CurrentVoice.$t": "Mexican Spanish Paulina - Vocalizer",
                        "ApplicationSettings.Speech.VoiceSpeed.$t": 70,
                        "ApplicationSettings.Speech.UseVoiceSpeedHotKey.$t": false,
                        "ApplicationSettings.Speech.WordPause.$t": 200,
                        "ApplicationSettings.Speech.VoicePitch.$t": 40,
                        // Speech -> Auto Read
                        "ApplicationSettings.Speech.SpeakAsIType.$t": true,
                        // Speech -> Auto Read -> Speak as I type
                        "ApplicationSettings.Speech.SpeakOnEachLetter.$t": true,
                        // Speech -> Auto Read -> Speak as I type
                        "ApplicationSettings.Speech.SpeakOnEachWord.$t": false,
                        // Speech -> Auto Read -> Speak as I type
                        "ApplicationSettings.Speech.SpeakOnEachSentence.$t": false,
                        // Speech -> Screen reading
                        "ApplicationSettings.Speech.ScreenReadingEnabled.$t": true,
                        // Speech -> Screen reading -> Items to read
                        // TODO: Setting is stored in an array format in XML, we need to check how
                        // XMLSettingsHandler handles this case.
                        // "ApplicationSettings.Speech.ScreenReadingItems.$t":,
                        // Speech -> Read by
                        "ApplicationSettings.Speech.SelectionType.$t": 0,
                        // Speech -> Continuous reading
                        "ApplicationSettings.Speech.ContinuousReading.$t": false,
                        // Speech -> Read the web
                        "ApplicationSettings.Speech.ReadTheWeb.$t": true,
                        // Speech -> Speech highlighting
                        "ApplicationSettings.Speech.HighlightingMethod.$t": 2,
                        // Speech -> Speech highlighting -> Font
                        "ApplicationSettings.Speech.TextReaderOneWordFontName.$t": "Times New Roman",
                        "ApplicationSettings.Speech.optSpeechHighTRFontName.$t": "Times New Roman",
                        // Speech -> Speech highlighting -> Font size
                        "ApplicationSettings.Speech.TextReaderOneWordFontSize.$t": 16,
                        "ApplicationSettings.Speech.optSpeechHighTRFontSize.$t": 16,
                        // Speech -> Speech highlighting -> Highlighting colors
                        "ApplicationSettings.Speech.HighlightingBackColour.$t": "Violet",
                        "ApplicationSettings.Speech.HighlightingForeColour.$t": "Chartreuse"
                    }
                }
            }
        }
    }
}
