Will open any website/url in fullscreen, like a digital signage. The application is running in kiosk-mode. This application only pubished to snap-store (Canonical).
snap install web-kiosk
web-kiosk url=https://google.comClone the project
git clone https://github.com/davidtoska/web-kioskGo to the project directory
cd web-kioskInstall dependencies
npm installStart the application
npm run start:dev