1.0 KiB
1.0 KiB
Home > puppeteer > Protocol > Page > GetAppManifestResponse
Protocol.Page.GetAppManifestResponse interface
Signature:
export interface GetAppManifestResponse
Properties
Property | Type | Description |
---|---|---|
data | string | Manifest content. |
errors | AppManifestError[] | |
parsed | AppManifestParsedProperties | Parsed manifest properties |
url | string | Manifest location. |