diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-12-07 18:53:56 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-07 18:53:56 +0900 |
| commit | 4b755c758e920fb0295b066fa20ce6667334546b (patch) | |
| tree | c9d8c7a8fa22b65214e7aa9a20dcfebf6c83c6a9 /public/icon.svg | |
| parent | f443ac18ccb8ab34fb5bf69b0802eb69cf89cf06 (diff) | |
| download | kioku-4b755c758e920fb0295b066fa20ce6667334546b.tar.gz kioku-4b755c758e920fb0295b066fa20ce6667334546b.tar.zst kioku-4b755c758e920fb0295b066fa20ce6667334546b.zip | |
feat(pwa): add PWA support with vite-plugin-pwa
Configure Progressive Web App functionality:
- Add vite-plugin-pwa with workbox for service worker
- Create web manifest with app metadata and icons
- Add offline fallback page for when network is unavailable
- Update index.html with PWA meta tags and theme color
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'public/icon.svg')
| -rw-r--r-- | public/icon.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/icon.svg b/public/icon.svg new file mode 100644 index 0000000..3ff6f28 --- /dev/null +++ b/public/icon.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> + <rect width="512" height="512" rx="64" fill="#4CAF50"/> + <text x="256" y="340" font-family="Arial, sans-serif" font-size="280" font-weight="bold" fill="white" text-anchor="middle">K</text> +</svg> |
