Feature
Make the hosted web version into a proper Progressive Web App, I just want a native "add to desktop" option from my browser.
Solution
Add a manifest.json file along with a service worker (sw.js with empty 'install' & 'activate' should be enough). Include valid icons dimensions as well.
Alternatives
Full SwiftUI app 😁
Additional Context
Want the web app in my dock.
Feature
Make the hosted web version into a proper Progressive Web App, I just want a native "add to desktop" option from my browser.
Solution
Add a
manifest.jsonfile along with a service worker (sw.jswith empty 'install' & 'activate' should be enough). Include valid icons dimensions as well.Alternatives
Full SwiftUI app 😁
Additional Context
Want the web app in my dock.