A clean and native interface to Google Meet (https://meet.google.com) using nativefier.
Supports dark and light mode on macOS Mojave.
To build the application, nativefier will be used with the following commands:
npx nativefier --name "Google Meet" --bounce --counter --honest --disable-dev-tools "https://meet.google.com/"
Note: Nativefier allows for
osx
,mas
,linux
, andwindows
platform types. You can specify with the--platform
flag.