Click or drag to resize

IExtensionManifest Property

Version 94.4.20
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: 94.4.20.0 (94.4.20.0)
Syntax
IDictionary<string, IValue> Manifest { get; }

Property Value

Type: IDictionaryString, IValue
See Also