{
	"api": {
		"dictionary": {
			"enabled": true,
			"serverEndpoint": "https://your-server.example/api/dictionary-jsonp",
			"timeout": 5000
		}
	},
	"resources": {
		"fonts": {
			"nanumMyeongjo": "https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap",
			"notoSerifKR": "https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;700&display=swap",
			"materialIcons": "https://fonts.googleapis.com/icon?family=Material+Icons",
			"koddiUdonGothic": null
		}
	},
	"branding": {
		"copyrightUrl": "https://www.example.com"
	},
	"settings": {
		"ui": {
			"modalWidth": 600,
			"showPronunciation": true
		},
		"language": {
			"defaultLanguage": "ko",
			"supportedLanguages": ["ko", "en-US", "en-GB", "ja", "zh", "de"]
		}
	}
}
