whatsapp switch from nativefier to chromium webapp

pull/346/head
Botspot 3 years ago
parent be143e2934
commit 91f4efd940

@ -1,3 +1,3 @@
apps compiled using Nativefier and scripts written by Itai-Nelken
Nativefier made by jiahaog.
webapp made by Itai-Nelken based on phoenixbyrd's webapps.
scripts written by Itai-Nelken
thanks to Botspot for help with debugging the menu shortcut and for creating pi-apps!

@ -1,7 +1,8 @@
Nativefier Whatsapp Web webapp
a simple Whatsapp Web chromium webapp wrapped in electron with nativefier.
it has a tray icon, so it doesn't take space on the taskbar, but keeps running in the background.
a simple Whatsapp Web chromium webapp
to run:
menu>internet>Whatsapp Web
or type in terminal:
~/WhatsappWeb/whatsappweb.sh

@ -0,0 +1,26 @@
#!/bin/bash
DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")"
function error {
echo -e "\\e[91m$1\\e[39m"
exit 1
}
cd $HOME
mkdir -p ~/WhatsappWeb/userdata
echo "#!/bin/bash
chromium-browser %U --user-agent='Mozilla/5.0 (X11; CrOS armv7l 11895.95.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.125 Safari/537.36' --user-data-dir=$HOME/WhatsappWeb/userdata --app=https://web.whatsapp.com/ --window-size=1200,700" > ~/WhatsappWeb/whatsappweb.sh
sudo chmod +x ~/WhatsappWeb/whatsappweb.sh
echo "[Desktop Entry]
Name=Whatsapp Web
Comment=Whatsapp Web webapp.
Exec=$HOME/WhatsappWeb/whatsappweb.sh
Path=$HOME/WhatsappWeb
Icon=$(dirname "$0")/icon-64.png
Terminal=false
StartupNotify=true
Type=Application
Categories=Network;" > ~/.local/share/applications/whatsappweb.desktop || error "Failed to create menu button!"

@ -0,0 +1,3 @@
apps compiled using Nativefier and scripts written by Itai-Nelken
Nativefier made by jiahaog.
thanks to Botspot for help with debugging the menu shortcut and for creating pi-apps!

@ -0,0 +1,11 @@
#!/bin/bash
DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")"
function error {
echo -e "\\e[91m$1\\e[39m"
exit 1
}
rm -rf ~/WhatsAppWeb
rm ~/.local/share/applications/whatsappweb.desktop

@ -7,5 +7,5 @@ function error {
exit 1
}
rm -rf ~/WhatsAppWeb
rm ~/.local/share/applications/whatsappweb.desktop
rm -f ~/.local/share/applications/whatsappweb.desktop
rm -rf ~/WhatsappWeb

@ -1 +1 @@
https://github.com/Itai-Nelken/Nativefier-Whatsapp-Web
no website

Loading…
Cancel
Save