feat: add PWA manifest configuration (#32) #54

Merged
makiolaj merged 1 commits from feature/issue-32-pwa-manifest into develop 2026-02-25 00:04:05 +00:00
Owner

Implements PWA manifest with:

  • App metadata (name, description, theme colors)
  • Icon configuration (192x192, 512x512, maskable variants)
  • Screenshot configuration for app stores
  • Workbox service worker with runtime caching
  • Supabase API caching strategy
  • Dev mode enabled for testing

Closes #32
Requires #33 (icon generation) for complete PWA setup

Implements PWA manifest with: - App metadata (name, description, theme colors) - Icon configuration (192x192, 512x512, maskable variants) - Screenshot configuration for app stores - Workbox service worker with runtime caching - Supabase API caching strategy - Dev mode enabled for testing Closes #32 Requires #33 (icon generation) for complete PWA setup
makiolaj added 1 commit 2026-02-25 00:03:43 +00:00
feat: add PWA manifest configuration (#32)
Some checks failed
Deploy to Coolify / Code Quality (pull_request) Has been cancelled
Deploy to Coolify / Run Tests (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Development (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Production (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Test (pull_request) Has been cancelled
Pull Request Checks / Validate PR (pull_request) Has been cancelled
14e5cab7bb
- Install @vite-pwa/nuxt module
- Configure PWA manifest with app metadata
- Set up Workbox service worker configuration
- Add runtime caching for Supabase API
- Enable PWA dev mode for testing
- Configure icons and screenshots (placeholders for #33)

Closes #32
makiolaj merged commit 91a21e274f into develop 2026-02-25 00:04:05 +00:00
Sign in to join this conversation.