diff --git a/DesktopFiles/Bitwarden.desktop b/DesktopFiles/Bitwarden.desktop index d35043a..d37d972 100644 --- a/DesktopFiles/Bitwarden.desktop +++ b/DesktopFiles/Bitwarden.desktop @@ -8,4 +8,4 @@ Icon=/home/pi/webapps/icons/bitwarden.svg Path=/home/pi/webapps Terminal=false StartupNotify=false -Categories=Security; +Categories=Other; diff --git a/DesktopFiles/Exchange.desktop b/DesktopFiles/Exchange.desktop new file mode 100644 index 0000000..3e9f8b7 --- /dev/null +++ b/DesktopFiles/Exchange.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=Exchange +Comment=Exchange Web App +Exec=/home/pi/webapps/exchange.sh +Icon=/home/pi/webapps/icons/exchange.svg +Path=/home/pi/webapps +Terminal=false +StartupNotify=false +Categories=Network; diff --git a/DesktopFiles/Outlook.desktop b/DesktopFiles/Outlook.desktop new file mode 100644 index 0000000..d122c84 --- /dev/null +++ b/DesktopFiles/Outlook.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=Outlook +Comment=Outlook Web App +Exec=/home/pi/webapps/outlook.sh +Icon=/home/pi/webapps/icons/outlook.svg +Path=/home/pi/webapps +Terminal=false +StartupNotify=false +Categories=Office; diff --git a/bitwarden.sh b/bitwarden.sh index 0f7b7d1..f67555e 100644 --- a/bitwarden.sh +++ b/bitwarden.sh @@ -1,2 +1,2 @@ #!/bin/bash -chromium-browser --user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.90 Safari/537.36" --user-data-dir=/home/pi/.webapps/Discord --app=https://carrot.tcmeta.net/bitwarden/ --window-size=1200,768 \ No newline at end of file +chromium-browser --user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.90 Safari/537.36" --user-data-dir=/home/pi/.webapps/Bitwarden --app=https://carrot.tcmeta.net/bitwarden/ --window-size=1200,768 \ No newline at end of file diff --git a/exchange.sh b/exchange.sh new file mode 100644 index 0000000..113928d --- /dev/null +++ b/exchange.sh @@ -0,0 +1,2 @@ +#!/bin/bash +chromium-browser --user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.90 Safari/537.36" --user-data-dir=/home/pi/.webapps/Exchange --app=https://outlook.office.com/mail/ --window-size=1200,768 \ No newline at end of file diff --git a/icons/exchange.svg b/icons/exchange.svg new file mode 100644 index 0000000..82d0618 --- /dev/null +++ b/icons/exchange.svg @@ -0,0 +1 @@ +Exchange_64x \ No newline at end of file diff --git a/outlook.sh b/outlook.sh new file mode 100644 index 0000000..0104c53 --- /dev/null +++ b/outlook.sh @@ -0,0 +1,2 @@ +#!/bin/bash +chromium-browser --user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.90 Safari/537.36" --user-data-dir=/home/pi/.webapps/Outlook --app=https://outlook.live.com/mail/ --window-size=1200,768 \ No newline at end of file