I have tried adding manifest.json and service workers but while trying to inject service worker code into streamlit using streamlit.componen.v1 its gettting injected into an iframe which cannot access file location of service worker . how can a streamlit app become pwa compatable.
I think it’s not possible because the frontend always requires a connection with the backend Streamlit server for functionality.