[gemini] Feat: Re-implement Service Worker and PWA Manifest (#485) #491
Reference in New Issue
Block a user
Delete Branch "gemini/issue-485"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #485
This PR re-implements the service worker and PWA manifest for The Nexus project.
Changes include:
manifest.jsonwith basic PWA metadata.service-worker.jsfor offline caching of essential assets (index.html, style.css, app.js, manifest.json).index.htmlto link themanifest.jsonand register theservice-worker.js.icon-192x192.png,icon-512x512.png) have been added to theicons/directory. These should be replaced with actual image assets.