{
	"name" : "Closed Captions",
	"description" : "Adds in-game closed captions and subtitles to gameplay dialogue and some sound effects.",
	"author" : "Offyerrocker",
	"contact" : "Discord: Offyerrocker#3878",
	"version" : "1.1",
	"blt_version" : 2,
	"image" : "cc_icon.png",
	"color" : "255 128 0",
	"hooks" : [
		{
			"hook_id" : "lib/managers/menumanager",
			"script_path" : "lua/menumanager.lua"
		},
		{
			"DISABLED_hook_id" : "core/lib/managers/subtitle/coresubtitlesequence",
			"script_path" : "lua/coresubtitlesequence.lua"
		},
		{
			"DISABLED_hook_id" : "core/lib/managers/subtitle/coresubtitlemanager",
			"script_path" : "lua/coresubtitlemanager.lua"
		}
	]
}