cef_extension_t.get_manifest

Returns the extension manifest contents as a cef_dictionary_value_t object. See https://developer.chrome.com/extensions/manifest for details.

struct cef_extension_t
extern (System)
cef_dictionary_value_t* function(cef_extension_t* self) nothrow get_manifest;

Meta