1 min read 41 words Updated Sep 24, 2026 Created Sep 24, 2026
#JavaScript#PWA#frontend#webconcepts

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"