Click or drag to resize

WebAppManifest Class

Version 130.1.90
WebAppManifest
Inheritance Hierarchy
SystemObject
  CefSharp.DevToolsDevToolsDomainEntityBase
    CefSharp.DevTools.PageWebAppManifest

Namespace: CefSharp.DevTools.Page
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public class WebAppManifest : DevToolsDomainEntityBase

The WebAppManifest type exposes the following members.

Constructors
 NameDescription
Public methodWebAppManifestInitializes a new instance of the WebAppManifest class
Top
Properties
 NameDescription
Public propertyBackgroundColor BackgroundColor
Public propertyDescription The extra description provided by the manifest.
Public propertyDir Dir
Public propertyDisplay Display
Public propertyDisplayOverrides The overrided display mode controlled by the user.
Public propertyFileHandlers The handlers to open files.
Public propertyIcons Icons
Public propertyId Id
Public propertyLang Lang
Public propertyLaunchHandler TODO(crbug.com/1231886): This field is non-standard and part of a Chrome experiment. See: https://github.com/WICG/web-app-launch/blob/main/launch_handler.md
Public propertyName Name
Public propertyOrientation Orientation
Public propertyPreferRelatedApplications PreferRelatedApplications
Public propertyProtocolHandlers The handlers to open protocols.
Public propertyRelatedApplications RelatedApplications
Public propertyScope Scope
Public propertyScopeExtensions Non-standard, see https://github.com/WICG/manifest-incubations/blob/gh-pages/scope_extensions-explainer.md
Public propertyScreenshots The screenshots used by chromium.
Public propertyShareTarget ShareTarget
Public propertyShortcuts Shortcuts
Public propertyShortName ShortName
Public propertyStartUrl StartUrl
Public propertyThemeColor ThemeColor
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToDictionary
(Inherited from DevToolsDomainEntityBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also