Skip to content

feat: add PWA support#86

Merged
techgangboss merged 1 commit intomainfrom
feat/pwa
Mar 28, 2026
Merged

feat: add PWA support#86
techgangboss merged 1 commit intomainfrom
feat/pwa

Conversation

@techgangboss
Copy link
Copy Markdown
Contributor

Summary

  • Adds web app manifest, service worker, and install prompt for PWA support
  • Mobile users get "Add to Home Screen" with standalone display, offline caching, and push-ready infrastructure
  • Service worker uses network-first for pages, cache-first for static assets, and skips API/RPC calls to keep wallet interactions live

Test plan

  • Verify manifest loads at /manifest.json
  • Lighthouse PWA audit passes
  • "Add to Home Screen" prompt appears on mobile Chrome
  • Swap functionality works normally (service worker doesn't intercept RPC)

🤖 Generated with Claude Code

Enables "Add to Home Screen" on mobile with standalone display,
offline caching for static assets, and network-first for pages.
Service worker skips API/RPC calls to ensure wallet interactions
always hit the network.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@techgangboss techgangboss merged commit 48fa985 into main Mar 28, 2026
1 of 3 checks passed
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
fastprotocolapp Ready Ready Preview, Comment Mar 28, 2026 11:05pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant