GetAppManifestResponse

@Serializable
data class GetAppManifestResponse(val url: String, val errors: List<AppManifestError>, val data: String? = null, val parsed: AppManifestParsedProperties? = null, val manifest: WebAppManifest? = null)

Response type for the PageDomain.getAppManifest command.

Constructors

Link copied to clipboard
constructor(url: String, errors: List<AppManifestError>, data: String? = null, parsed: AppManifestParsedProperties? = null, manifest: WebAppManifest? = null)

Properties

Link copied to clipboard
val data: String? = null

Manifest content.

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

Parsed manifest properties. Deprecated, use manifest instead.

Link copied to clipboard
val url: String

Manifest location.