Skip to content

fix: Add missing manifest.json for PWA support#7265

Open
amankv1234 wants to merge 1 commit into
dhairyagothi:Mainfrom
amankv1234:fix-missing-manifest
Open

fix: Add missing manifest.json for PWA support#7265
amankv1234 wants to merge 1 commit into
dhairyagothi:Mainfrom
amankv1234:fix-missing-manifest

Conversation

@amankv1234
Copy link
Copy Markdown
Contributor

Description

This PR resolves an issue where the manifest.json file was referenced in the <head> of index.html, but was missing from the repository. Adding this file fixes the 404 Not Found error in the browser console and ensures the project correctly registers as a Progressive Web App (PWA) with proper theme colors, names, and icons.

Changes Made

  • Added manifest.json to the root directory containing name, short_name, theme_color, and icon configurations linked to the existing fav.ico.

Related Issue

Closes #7121

Checklist

  • Verified that the 404 error no longer appears in the browser console.
  • Verified that the PWA manifest is properly detected by the browser.

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 7, 2026

@amankv1234 is attempting to deploy a commit to the Dhairya Gothi 's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 7, 2026

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@amankv1234
Copy link
Copy Markdown
Contributor Author

"Hey @dhairyagothi , the PR for adding Docker support is up and ready for review! Please take a look when you get a moment. Thanks!"

@dhairyagothi dhairyagothi added gssoc:approved Approved by admin level:beginner Beginner difficulty task type:refactor Refactoring/improvement labels Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc:approved Approved by admin level:beginner Beginner difficulty task type:refactor Refactoring/improvement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Missing manifest.json file referenced in index.html

2 participants