blah.com if the user visits blah.com/my-blog the extension will cache everything (possible) that is needed to generate that page into local storage or indexedDb. Then if the user visits that page while offline it will reconstruct the page from cache and display it (albeit not perfectly but that is okay for my use case).