diff --git a/install/web-apps.sh b/install/web-apps.sh new file mode 100644 index 0000000..a247d62 --- /dev/null +++ b/install/web-apps.sh @@ -0,0 +1 @@ +for script in $OMAKUB_PATH/web-apps/*.sh; do source $script; done diff --git a/web-apps/Basecamp.sh b/web-apps/Basecamp.sh new file mode 100644 index 0000000..9f51a0e --- /dev/null +++ b/web-apps/Basecamp.sh @@ -0,0 +1,13 @@ +cat < ~/.local/share/applications/Basecamp.desktop +[Desktop Entry] +Version=1.0 +Name=Basecamp +Comment=Basecamp Project Management +Exec=google-chrome --app="https://launchpad.37signals.com" --name=Basecamp +Terminal=false +Type=Application +Icon=/home/$USER/.local/share/omakub/web-apps/icons/Basecamp.png +Categories=GTK; +MimeType=text/html;text/xml;application/xhtml_xml; +StartupNotify=true +EOF diff --git a/web-apps/HEY.sh b/web-apps/HEY.sh new file mode 100644 index 0000000..2c99be0 --- /dev/null +++ b/web-apps/HEY.sh @@ -0,0 +1,13 @@ +cat <~/.local/share/applications/HEY.desktop +[Desktop Entry] +Version=1.0 +Name=HEY +Comment=HEY Email + Calendar +Exec=google-chrome --app="https://app.hey.com/" --name=HEY +Terminal=false +Type=Application +Icon=/home/$USER/.local/share/omakub/web-apps/icons/HEY.png +Categories=GTK; +MimeType=text/html;text/xml;application/xhtml_xml; +StartupNotify=true +EOF diff --git a/web-apps/WhatsApp.sh b/web-apps/WhatsApp.sh new file mode 100644 index 0000000..af413a7 --- /dev/null +++ b/web-apps/WhatsApp.sh @@ -0,0 +1,13 @@ +cat < ~/.local/share/applications/WhatsApp.desktop +[Desktop Entry] +Version=1.0 +Name=WhatsApp +Comment=WhatsApp Messenger +Exec=google-chrome --app="https://web.whatsapp.com" --name=WhatsApp +Terminal=false +Type=Application +Icon=/home/$USER/.local/share/omakub/web-apps/icons/WhatsApp.png +Categories=GTK; +MimeType=text/html;text/xml;application/xhtml_xml; +StartupNotify=true +EOF diff --git a/web-apps/icons/Basecamp.png b/web-apps/icons/Basecamp.png new file mode 100644 index 0000000..4edb950 Binary files /dev/null and b/web-apps/icons/Basecamp.png differ diff --git a/web-apps/icons/HEY.png b/web-apps/icons/HEY.png new file mode 100644 index 0000000..b0ba954 Binary files /dev/null and b/web-apps/icons/HEY.png differ diff --git a/web-apps/icons/WhatsApp.png b/web-apps/icons/WhatsApp.png new file mode 100644 index 0000000..15f99bd Binary files /dev/null and b/web-apps/icons/WhatsApp.png differ