Closed cactysman closed 2 years ago
Can you explain more about what this is? I'm not familiar with PWA!
Oh, my bad, I meant to link the term in the description (did that now 😄).
Basically it enables the visitors of the site / app to "install" the Macrodata Refinement site as a Progressive Web Application which can then be launched in its own window and even appears in the system like an installed app (but it's handled by the browser).
The manifest (required) included in the commit defines a basic config for it, the new service worker is also required, but basically does nothing for this app other than make it installable as a PWA.
Thanks for the explanation!
This PR ships the most basic configuration to allow this to run as a PWA in its own frame.