Skip to content

add manifest.json to enable PWA install support#16

Merged
MohamadSalman11 merged 2 commits intolovit-dev:mainfrom
shashankxrm:manifestjson
May 21, 2025
Merged

add manifest.json to enable PWA install support#16
MohamadSalman11 merged 2 commits intolovit-dev:mainfrom
shashankxrm:manifestjson

Conversation

@shashankxrm
Copy link
Contributor

@shashankxrm shashankxrm commented May 20, 2025

Summary

This PR adds pwa support by adding manifest.json to the project as guided in issue #14

Motivation

To improve our project’s Progressive Web App (PWA) support and enhance user experience, we should add a manifest.json file. This manifest will allow users to install the app on their devices.

Change Type

  • 🐞 Bug fix (non-breaking fix for an issue)
  • ✨ Feature (non-breaking addition)
  • 🧹 Refactor (non-breaking improvements, no behavior change)
  • 💥 Breaking change (fix or feature that would change existing functionality)

Checklist

  • I’ve read the Contributing Guidelines
  • My code matches the project’s coding style (npm run lint)
  • My change introduces changes to the documentation
  • I’ve updated documentation where needed
  • I’ve added tests covering new behavior
  • All existing and new tests pass

Related Issues

@MohamadSalman11 MohamadSalman11 changed the title Add(manifest.json): Add Web App Manifest (manifest.json) for PWA support add manifest.json to enable PWA install support May 21, 2025
@MohamadSalman11 MohamadSalman11 merged commit 02b18b1 into lovit-dev:main May 21, 2025
5 checks passed
@MohamadSalman11
Copy link
Contributor

Thanks, @shashankxrm — this looks good!

@MohamadSalman11 MohamadSalman11 added feature enhancement New feature or request and removed feature labels May 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Web App Manifest (manifest.json) for PWA support

2 participants