[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [ApplicationCache](./puppeteer.protocol.applicationcache.md) > [GetManifestForFrameResponse](./puppeteer.protocol.applicationcache.getmanifestforframeresponse.md) ## Protocol.ApplicationCache.GetManifestForFrameResponse interface Signature: ```typescript export interface GetManifestForFrameResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [manifestURL](./puppeteer.protocol.applicationcache.getmanifestforframeresponse.manifesturl.md) | string | Manifest URL for document in the given frame. |