You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for all your work on this specification. For the first time, I feel that web apps are ever closer to native app experiences. ❤️
Currently, when installing PWAs on Windows, they always display as version "1.0" under Apps > Installed apps, with no way to override this through the manifest. In the above example, the version in my package.json is 0.2.8, not 1.0.
Could we add a version field to the manifest specification? This would not only give developers control over their app versioning but also align with app store requirements. Tools like PWABuilder already require version information when packaging apps for various app stores, so having this in the manifest would provide a single source of truth for versioning across platforms.
When not using manifest.json directly, but a build tool to generate the manifest like vite, it'd also be very easy to use the version of our package.json.
My initial feedback is that the concept of versioning in app stores differs from that of web applications. In app stores, each update requires uploading a static bundle that is assigned a specific version number. This version remains fixed once submitted. In contrast, developers of web applications can update even single files at any time without altering the version number in the manifest. Therefore, the version number displayed in the list of installed apps may even be misleading.
Thank you for all your work on this specification. For the first time, I feel that web apps are ever closer to native app experiences. ❤️
Currently, when installing PWAs on Windows, they always display as version "1.0" under Apps > Installed apps, with no way to override this through the manifest. In the above example, the version in my package.json is 0.2.8, not 1.0.
Could we add a version field to the manifest specification? This would not only give developers control over their app versioning but also align with app store requirements. Tools like PWABuilder already require version information when packaging apps for various app stores, so having this in the manifest would provide a single source of truth for versioning across platforms.
When not using manifest.json directly, but a build tool to generate the manifest like vite, it'd also be very easy to use the version of our package.json.
The text was updated successfully, but these errors were encountered: