Class WebAppManifest
java.lang.Object
org.openqa.selenium.devtools.v126.page.model.WebAppManifest
-
Constructor Summary
ConstructorsConstructorDescriptionWebAppManifest
(Optional<String> backgroundColor, Optional<String> description, Optional<String> dir, Optional<String> display, Optional<List<String>> displayOverrides, Optional<List<FileHandler>> fileHandlers, Optional<List<ImageResource>> icons, Optional<String> id, Optional<String> lang, Optional<LaunchHandler> launchHandler, Optional<String> name, Optional<String> orientation, Optional<Boolean> preferRelatedApplications, Optional<List<ProtocolHandler>> protocolHandlers, Optional<List<RelatedApplication>> relatedApplications, Optional<String> scope, Optional<List<ScopeExtension>> scopeExtensions, Optional<List<Screenshot>> screenshots, Optional<ShareTarget> shareTarget, Optional<String> shortName, Optional<List<Shortcut>> shortcuts, Optional<String> startUrl, Optional<String> themeColor) -
Method Summary
Modifier and TypeMethodDescriptionThe extra description provided by the manifest.getDir()
The overrided display mode controlled by the user.The handlers to open files.getIcons()
getId()
getLang()
TODO(crbug.com/1231886): This field is non-standard and part of a Chrome experiment.getName()
The handlers to open protocols.getScope()
Non-standard, see https://github.com/WICG/manifest-incubations/blob/gh-pages/scope_extensions-explainer.mdThe screenshots used by chromium.
-
Constructor Details
-
WebAppManifest
public WebAppManifest(Optional<String> backgroundColor, Optional<String> description, Optional<String> dir, Optional<String> display, Optional<List<String>> displayOverrides, Optional<List<FileHandler>> fileHandlers, Optional<List<ImageResource>> icons, Optional<String> id, Optional<String> lang, Optional<LaunchHandler> launchHandler, Optional<String> name, Optional<String> orientation, Optional<Boolean> preferRelatedApplications, Optional<List<ProtocolHandler>> protocolHandlers, Optional<List<RelatedApplication>> relatedApplications, Optional<String> scope, Optional<List<ScopeExtension>> scopeExtensions, Optional<List<Screenshot>> screenshots, Optional<ShareTarget> shareTarget, Optional<String> shortName, Optional<List<Shortcut>> shortcuts, Optional<String> startUrl, Optional<String> themeColor)
-
-
Method Details
-
getBackgroundColor
-
getDescription
The extra description provided by the manifest. -
getDir
-
getDisplay
-
getDisplayOverrides
The overrided display mode controlled by the user. -
getFileHandlers
The handlers to open files. -
getIcons
-
getId
-
getLang
-
getLaunchHandler
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 -
getName
-
getOrientation
-
getPreferRelatedApplications
-
getProtocolHandlers
The handlers to open protocols. -
getRelatedApplications
-
getScope
-
getScopeExtensions
Non-standard, see https://github.com/WICG/manifest-incubations/blob/gh-pages/scope_extensions-explainer.md -
getScreenshots
The screenshots used by chromium. -
getShortName
-
getShortcuts
-
getStartUrl
-
getThemeColor
-