YourAverageTechBro / DevToolboxWeb

https://devtoolbox-rho.vercel.app
MIT License
581 stars 73 forks source link

Convert site to Progressive Web App #50

Open the-codinator opened 9 months ago

the-codinator commented 9 months ago

This will allow users to download the website as a standalone app (internally just runs through the browser) so that it's easier & quicker to reach. Additionally folks who prefer to Alt+Tab to dedicated apps, rather than doing too many things in the browser will enjoy this feature.

We need to add a manifest json, perhaps a service worker & some other stuff (like tweaks to the HTML headers) so that browsers (that support PWAs) like chrome understand that this is a PWA and allow standalone app creation.