
Web App Manager for the COSMIC™ desktop written with love and libcosmic. Allow you to simply create web applications from given url working inside separate window. With some customization options.

Hey! This app is fully distributed for free with free license. I'm doing it with passion in my free time. Trying to keep it stable and bug free as long as I can. However, would be nice if you could bring me some coffee, so I can work longer on it :) Thanks! :)
Clone the repository:
git clone https://github.com/cosmic-utils/web-apps.git
cd into folder
cd web-apps
Building is simple. Make sure you have configured flathub
remote as --user
.
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
Install flatpak-builder
.
flatpak install -y flathub org.flatpak.Builder
and start the process:
flatpak run --command=flathub-build org.flatpak.Builder --install dev.heppen.webapps.json
flatpak run dev.heppen.webapps
flatpak uninstall dev.heppen.webapps
Code is distributed with GPL-3.0 license