This is an automated email from the ASF dual-hosted git repository.
vnick pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
from d558a44c8 Merge changes from patch branch back to main.
add 56fb1dd59 GUACAMOLE-1989: Add the ability to open guacamole as an
independent application.
new bbede31ad GUACAMOLE-1989: Merge the ability to open guacamole as an
independent application.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/main/frontend/src/images/logo-192.png | Bin 0 -> 11107 bytes
.../src/main/frontend/src/images/logo-512.png | Bin 0 -> 29134 bytes
.../src/main/frontend/src/images/logo-vector.svg | 1 +
guacamole/src/main/frontend/src/index.html | 1 +
guacamole/src/main/frontend/src/manifest.json | 24 +++++++++++++++++++++
guacamole/src/main/frontend/webpack.config.js | 1 +
6 files changed, 27 insertions(+)
create mode 100644 guacamole/src/main/frontend/src/images/logo-192.png
create mode 100644 guacamole/src/main/frontend/src/images/logo-512.png
create mode 100644 guacamole/src/main/frontend/src/images/logo-vector.svg
create mode 100644 guacamole/src/main/frontend/src/manifest.json