puppeteer/new-docs/puppeteer.protocol.page.getappmanifestresponse.md

22 lines
1.0 KiB
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Page](./puppeteer.protocol.page.md) &gt; [GetAppManifestResponse](./puppeteer.protocol.page.getappmanifestresponse.md)
## Protocol.Page.GetAppManifestResponse interface
<b>Signature:</b>
```typescript
export interface GetAppManifestResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [data](./puppeteer.protocol.page.getappmanifestresponse.data.md) | string | Manifest content. |
| [errors](./puppeteer.protocol.page.getappmanifestresponse.errors.md) | [AppManifestError](./puppeteer.protocol.page.appmanifesterror.md)<!-- -->\[\] | |
| [parsed](./puppeteer.protocol.page.getappmanifestresponse.parsed.md) | [AppManifestParsedProperties](./puppeteer.protocol.page.appmanifestparsedproperties.md) | Parsed manifest properties |
| [url](./puppeteer.protocol.page.getappmanifestresponse.url.md) | string | Manifest location. |