Cache.manifest in export

Suddenly I find this on top of my exported HTML file:

**<!DOCTYPE html>**

**<html** manifest**=**"./cache.manifest"**>**

**<head>**

Does this come with the 'organised assets' script?
If so, my browser tells me it is deprecated and I should use Service worker instead.
Anyone shine some light?

Did you check Create offline application cache in the Document Inspector? It would most likely come from that.

1 Like

That's it. I'm not aware that I had done that. :thinking:

1 Like