Hey everyone,
Google Meet has a PWA app (progressive web app) that can be downloaded to the Mac, here is the guide by Google:
- On your computer, go to meet.google.com.
- At the top right of your browser, in the URL bar, click Install
- The Meet app appears in your app dock.
I wanted to deploy this app to my org in some way, but when I tried to create a package from my Mac, users got this error message:
"Google Chrome cannot read and write to its data directory:
/Users/***/Library/Application Support/Google/Chrome"
which means it took my personal directory and deployed it to all org which created an invalid package.
Any suggestions on how I can fix it / deploy the Google Meet app to my org by taking into consideration that's a PWA app?