Is your feature request related to a problem? Please describe.
StudyFlow is a great productivity tool, but it currently requires a browser to run and doesn't behave like a native application. Students would benefit greatly from being able to install the app on their devices and load it instantly.
Describe the solution you'd like
I suggest upgrading the site to a Progressive Web App (PWA) by adding:
- A
manifest.json file to define app icons, theme colors, and display modes.
- A
sw.js (Service Worker) to cache static assets so the app loads faster and provides basic offline fallback support.
Additional context
I have written the necessary code to register the service worker and link the manifest. I'll be submitting a Pull Request for this!
Is your feature request related to a problem? Please describe.
StudyFlow is a great productivity tool, but it currently requires a browser to run and doesn't behave like a native application. Students would benefit greatly from being able to install the app on their devices and load it instantly.
Describe the solution you'd like
I suggest upgrading the site to a Progressive Web App (PWA) by adding:
manifest.jsonfile to define app icons, theme colors, and display modes.sw.js(Service Worker) to cache static assets so the app loads faster and provides basic offline fallback support.Additional context
I have written the necessary code to register the service worker and link the manifest. I'll be submitting a Pull Request for this!