Update manifest.json to reference V3 instead of V2 #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Updated the PWA manifest file to reference the V3 version of the application instead of V2.
Details
The
manifest.jsonfile'sstart_urlproperty was pointing toindex_pwa_v2.html, which is outdated. This has been updated to point toindex_pwa_v3.htmlto align with the current version of the application.Changed:
start_url:./index_pwa_v2.html→./index_pwa_v3.htmlThis ensures that when users install or launch the Progressive Web App, they will be directed to the latest V3 version with all its improvements, including the high-contrast design and robust JavaScript fixes mentioned in the V3 HTML file.
Verification
index_pwa_v3.htmlexists in the repositorysw.js) which already references V3 assetsOriginal prompt
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.