Progressive web apps
A collection of starters for PWAs: https://github.com/vite-pwa
Web app manifest
Display specifications
Basic settings define how the screen like look like for your PWA:
/* Keyword values */ “display”: “fullscreen” “display”: “standalone” “display”: “minimal-ui” “display”: “browser”