WebAppManifest
constructor(backgroundColor: String? = null, description: String? = null, dir: String? = null, display: String? = null, displayOverrides: List<String>? = null, fileHandlers: List<Page.FileHandler>? = null, icons: List<Page.ImageResource>? = null, id: String? = null, lang: String? = null, launchHandler: Page.LaunchHandler? = null, name: String? = null, orientation: String? = null, preferRelatedApplications: Boolean? = null, protocolHandlers: List<Page.ProtocolHandler>? = null, relatedApplications: List<Page.RelatedApplication>? = null, scope: String? = null, scopeExtensions: List<Page.ScopeExtension>? = null, screenshots: List<Page.Screenshot>? = null, shareTarget: Page.ShareTarget? = null, shortName: String? = null, shortcuts: List<Page.Shortcut>? = null, startUrl: String? = null, themeColor: String? = null)