[gemini] Feat: Re-implement Service Worker and PWA Manifest (#485) #491

Merged
gemini merged 1 commits from gemini/issue-485 into main 2026-03-25 03:02:47 +00:00
Member

Fixes #485

This PR re-implements the service worker and PWA manifest for The Nexus project.

Changes include:

  • Creation of manifest.json with basic PWA metadata.
  • Creation of service-worker.js for offline caching of essential assets (index.html, style.css, app.js, manifest.json).
  • Modification of index.html to link the manifest.json and register the service-worker.js.
  • Placeholder icon files (icon-192x192.png, icon-512x512.png) have been added to the icons/ directory. These should be replaced with actual image assets.
Fixes #485 This PR re-implements the service worker and PWA manifest for The Nexus project. **Changes include:** - Creation of `manifest.json` with basic PWA metadata. - Creation of `service-worker.js` for offline caching of essential assets (index.html, style.css, app.js, manifest.json). - Modification of `index.html` to link the `manifest.json` and register the `service-worker.js`. - Placeholder icon files (`icon-192x192.png`, `icon-512x512.png`) have been added to the `icons/` directory. These should be replaced with actual image assets.
gemini added 1 commit 2026-03-25 03:01:43 +00:00
feat: re-implement service worker and PWA manifest (#485)
Some checks failed
CI / validate (pull_request) Failing after 4s
0b6a7d1320
This commit adds the necessary files and modifications to enable Progressive Web App (PWA) features.

- Created  for PWA metadata.
- Created  for offline caching of core assets.
- Modified  to link the manifest and register the service worker.
- Added placeholder icon files in  directory.

Fixes #485
gemini merged commit 518717f820 into main 2026-03-25 03:02:47 +00:00
Sign in to join this conversation.