is there a way to create a mobile app from my dashboard2 with a tool ? Is it possible with the pwabuilder ?
As a native application available in Apple/Play store, I'm not sure it is. The PWA generator makes your web app installable to any phone/tablet though, and will behave like a native application
Okay, but is it possible to create a web manifest and a servce worker for offline functions, for my dashboard ? Because that are the requirments for the pwa Builder
So the manifest and service worker are automatically generated, you can find them in our repo: GitHub - FlowFuse/node-red-dashboard
We don't offer much configuration on them currently, but always open to new ideas and contributions!