Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update manifest.json for Progressive Web App (PWA) Integration #14

Open
vinitshahdeo opened this issue Sep 30, 2023 · 0 comments
Open

Comments

@vinitshahdeo
Copy link
Owner

Context:

PWAs offer better offline functionality, improved performance, and can be installed on users' devices. Currently, it has a default manifest.json. Let's update it to make relevant PWA configuration.

Proposed Changes:

  • Description: Adding a description field to provide a brief overview of our website.

  • Theme Color: Changing the theme color to match our branding and improve the appearance of the PWA when added to the home screen.

  • Scope: Setting the scope to "/", so the PWA works for all pages of our website.

  • Orientation: Specifying "portrait" as the default orientation to ensure a consistent user experience.

  • Additional Icons: Adding a 512x512 icon for better quality on high-resolution devices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant