ProtonMail / proton-mail

React web application to manage ProtonMail
https://beta.protonmail.com
GNU General Public License v3.0
175 stars 25 forks source link

PWA installablity #68

Open HKalbasi opened 3 years ago

HKalbasi commented 3 years ago

(As you are probably aware of,) PWA is a set of web standards to make web apps experience closer to native apps. If you add a service worker we can install this app like a native app (this feature is called SSB) in chromium based browsers (chrome, brave, edge, ...). Even an empty service worker works, but service worker itself is a great tool for making a better caching and notification experience.

Can you add an empty service worker for now so we can install this as an app?

HKalbasi commented 3 years ago

Any comment?