IExtensionManifest Property  | 
Version 118.6.80 
            Returns the extension manifest contents as a CefDictionaryValue object. See
            https://developer.chrome.com/extensions/manifest for details.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
SyntaxIDictionary<string, IValue> Manifest { get; }property IDictionary<String^, IValue^>^ Manifest {
	IDictionary<String^, IValue^>^ get ();
}Property Value
Type: 
IDictionaryString, 
IValue
See Also