[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [ApplicationCache](./puppeteer.protocol.applicationcache.md) > [GetManifestForFrameResponse](./puppeteer.protocol.applicationcache.getmanifestforframeresponse.md) > [manifestURL](./puppeteer.protocol.applicationcache.getmanifestforframeresponse.manifesturl.md) ## Protocol.ApplicationCache.GetManifestForFrameResponse.manifestURL property Manifest URL for document in the given frame. Signature: ```typescript manifestURL: string; ```