Is there a way to install / launch a PWA with the manifest file only? (without requiring that the user launches a browser and load the app URL first). All research seems to point to users needing to first launch the URL, then tell the browser to install the web app (add to home screen).
We're developing an enterprise app that will be installed on mobile devices that are very restricted and browser access for end users may be limited. We were hoping the manifest file could somehow be used to launch / install the PWA without first launching a local browser.
Thanks! Marc