{
    "validMethods" : {
        "soundreder"		: "setNavigation",
        "keyboard"			: "setNavigation",
        "smartnav"			: "setNavigation",
        "virtualKeyboard"	: "setVirtualKeyboard",
        "dictionary"		: "setDictionary",
        "textreader"		: "setTextReader",
        "textmagnifier"		: "settextmagnifier",
        "voicecmd"			: "setVoiceCommands",
        "epilepsy"			: "setEpilepsy",

        "customcolor"		: "customcolorUpadate",
        "monochrome"		: "setColorScheme",
        "blackwhite"		: "setColorScheme",
        "whiteblack"		: "setColorScheme",
        "autoConFix"		: "setColorScheme",
        "highHue"			: "setColorScheme",
        "lowHue"			: "setColorScheme",
        "mousegrid"         : "setNavigation",
        "chatassistant"     : "setChatAssistant",
        "enlargeButtons"    : "setEnlargeButtons",
        "muteMedia"         : "setMuteMedia",
        "highlightbuttons"  : "setHighlightButtons",
        "adacompliant"      : "setWebsiteAdaCompliant",
        "summarize"         : "setSummarize",    
        

        "fontsizeinc"		: "setFontSize",
        "fontsizedec"		: "setFontSize",
        "linesizedec"		: "setFontSize",
        "linesizeinc"		: "setFontSize",
        "wordsizeinc"		: "setFontSize",
        "wordsizedec"		: "setFontSize",
        "letterspacedec"	: "setFontSize",
        "letterspaceinc"	: "setFontSize",
        "FontSize"          : "setFontSize",
        "resetfont"         : "setFontSize",


        "readablefont"		: "setReadableFont",
        "readabilitymode"   : "setReaderMode",

        "whitecursor"		: "setBigCursor",
        "blackcursor"		: "setBigCursor",
        "expandMenu"        : "expandMenu",
        "magnifier"			: "setZoom",

        "links"				: "setHighlight",
        "headers"			: "setHighlight",
        "highlightAll"		: "setHighlight",
        "highlightLinks"	: "setHighlight",
        "highlightHeaders"	: "setHighlight",

        "alttext"			: "setAltText",
        "switchoff"			: "switchOff",
        "statement"			: "statement",
        "feedback"			: "feedback",
        "hideButton"		: "hideA11yButton",
        "readguide"			: "setReadGuide",
        "focusmode"			: "setfocusMode",
        "video" 			: "setSubtitles",
        "a11yMode"			: "setA11yMode",
        "pagemap"			: "setPagemap",
        "webTranslate"	 	: "setWebTranslate",
        "off"  			    : "switchOff"
    },
    "validAction" : {
        "checkNagich"		: "checkNagich",
        "getModes"			: "getModes",
        "setMode"			: "setMode",
        "setInIframe" 		: "setInIframe",
        "startIframe"       : "startIframe",
        "a11yDone"			: "a11yDone",
        "openMenu" 			: "openMenu",
        "off"			    : "switchOff"
    },
    
    "methodNames":[
        "INDNavigation",
        "INDTextReader",
        "INDVoiceCmd",
        "INDEpilepsy",
        "INDColorScheme",
        "INDFontSize",
        "INDReadableFont",
        "INDBigCursor",
        "INDAltText",
        "INDHighlight",
        "INDVirtualKeyboard",
        "INDMagnifier",
        "INDdictionary",
        "INDfocusmode",
        "INDreadguide",
        "INDtextmagnifier",
        "INDpagemap",
        "INDprofile",
        "INDsummarize",
        "customcolorUpadate",
        "setColorScheme",
        "INDwebTranslate",
        "INDmediaSubtitles",
        "INDmousegrid",
        "INDChatAssistant",
        "INDMuteMedia",
        "INDHighlightButtons",
        "INDenlargeButtons",
        "INDWebsiteAdaCompliant"
    ]
}