NeuralNik/linkr

Add PWA (Progressive Web App) Support

开放

#11 创建于 2025年10月9日

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (3 个派生)auto 404
enhancementfeaturehacktoberfestpwa

仓库指标

星标
 (0 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Make linkr installable as a PWA for offline use.

Acceptance Criteria:

  • Add web app manifest
  • Implement service worker for caching
  • Add install prompt
  • Support offline QR code generation
  • Add app icons for different sizes

Implementation Hints:

  • Use Vite PWA plugin
  • Create manifest.json
  • Implement offline fallback
  • Add installation prompt component

贡献者指南