GetManifestIconsResponse

@Serializable
data class GetManifestIconsResponse(val primaryIcon: String? = null)

Deprecated

Deprecated in the Chrome DevTools protocol

Response type for the PageDomain.getManifestIcons command.

Constructors

Link copied to clipboard
constructor(primaryIcon: String? = null)

Properties

Link copied to clipboard
val primaryIcon: String? = null

(undocumented in the protocol definition)