I developed a few appllications with google app script and deployed them as Web apps they are all working fine.Then I decided to convert them to PWA's.The reason was to make them installable on smart phone User's Home Screen, being able to use push notifications, cacheing e.t.c. (All the advantages that PWA's offer in short.)
I started learning about PWA's. As a result I came to a conclusion that I need a maifest.json file that browsers dowload , a service-worker.js that again browswers download and run.
Unfortunately, app script development environment does not allow to add files with *.json and *.js extensions.
So, does that mean I can't convert my google app script web apps to PWA's?
Thank you.