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