11 Commits

Author SHA1 Message Date
iterminate 080768bf92 Improve icon-192.png resampling quality 2026-04-14 02:57:08 -05:00
iterminate e223a33c7b Regenerate PWA icons and favicon from updated source image 2026-04-14 02:45:45 -05:00
iterminate 3fc54cda87 Regenerate PWA icons and favicon from updated source image 2026-04-14 02:41:04 -05:00
iterminate 121e26c1a4 Update static/rawicon.png 2026-04-14 02:35:46 -05:00
iterminate cb5af9f252 Upload files to "static" 2026-04-14 02:35:21 -05:00
iterminate cc3091fe97 Delete static/icon-512.png 2026-04-14 02:35:01 -05:00
iterminate a4dcb5859d Delete static/icon-192.png 2026-04-14 02:34:57 -05:00
iterminate 0f6366e871 Regenerate PWA icons and favicon from updated source image 2026-04-14 02:26:13 -05:00
iterminate 1ea3af0dce Upload files to "static" 2026-04-14 02:25:02 -05:00
iterminate 60a8d64fbc Add PWA icons and favicon from source image 2026-04-14 02:19:48 -05:00
iterminate 65596eee2b Add PWA support — installable as home screen app
Adds Web App Manifest, a minimal Service Worker, and Apple/Android meta
tags so the app can be added to a phone home screen and opens full-screen
in standalone mode (no browser chrome).

- static/manifest.json: name, short_name, display=standalone, icons
- static/sw.js: minimal SW served at /sw.js (root scope) via new Flask route
- static/icon-192.png, icon-512.png: generated by sbin/gen_icons.py (stdlib only)
- base.html: manifest link, theme-color, apple-mobile-web-app-* tags, SW registration
2026-04-13 04:28:11 -05:00