mirror of
https://github.com/shadoll/sLogos.git
synced 2026-02-04 02:53:22 +00:00
feat: Add PWA support with service worker and caching
- Implemented service worker registration in main.js - Added icons for PWA in manifest.json - Created a basic service worker (sw.js) for caching static assets - Generated a list of files to cache using a Node.js script (generate-pwa-cache-list.js) - Added icon images (icon-192.png and icon-512.png) for PWA - Defined PWA manifest with app details and icon references
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,6 +8,7 @@ yarn.lock
|
||||
|
||||
# Build output
|
||||
public/build/
|
||||
public/pwa-files-to-cache.json
|
||||
|
||||
# macOS specific files
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user