You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the correct settings ("display": "standalone"), this will enable users (using Chrome, Edge or Safari) to "Install" the assistant on mobile devices or desktop so that it appears nearly like a native app.
The text was updated successfully, but these errors were encountered:
Hey I added a manifest.json and its pretty cool. I accessed my local web server on my phone and you can basically add Open Assistant as an app on your phone (not sure if you have to sign in every time though). Opening up a pull request for my branch.
I'd like to suggest that you add a web app manifest to the assistant website.
https://developer.mozilla.org/en-US/docs/Web/Manifest
https://web.dev/add-manifest/
With the correct settings (
"display": "standalone"
), this will enable users (using Chrome, Edge or Safari) to "Install" the assistant on mobile devices or desktop so that it appears nearly like a native app.The text was updated successfully, but these errors were encountered: