[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [GetAppManifestResponse](./puppeteer.protocol.page.getappmanifestresponse.md) ## Protocol.Page.GetAppManifestResponse interface Signature: ```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. |