[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [ApplicationCache](./puppeteer.protocol.applicationcache.md) > [FrameWithManifest](./puppeteer.protocol.applicationcache.framewithmanifest.md) ## Protocol.ApplicationCache.FrameWithManifest interface Frame identifier - manifest URL pair. Signature: ```typescript export interface FrameWithManifest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [frameId](./puppeteer.protocol.applicationcache.framewithmanifest.frameid.md) | [Page.FrameId](./puppeteer.protocol.page.frameid.md) | Frame identifier. | | [manifestURL](./puppeteer.protocol.applicationcache.framewithmanifest.manifesturl.md) | string | Manifest URL. | | [status](./puppeteer.protocol.applicationcache.framewithmanifest.status.md) | [integer](./puppeteer.protocol.integer.md) | Application cache status. |