now it is PWA

This commit is contained in:
2026-08-05 13:15:07 +03:00
parent 3f6996b8e7
commit b0d121a2ef
7 changed files with 81 additions and 6 deletions
+8 -1
View File
@@ -1,4 +1,4 @@
# OTAMan — APDU Helper & Secured Packet Builder
# OTAMan — APDU Helper & Secured Packet Builder, SIM OTA in PWA
Standalone offline HTML/JS tool for building APDU commands for SIM, USIM, and GlobalPlatform RAM, assembling secure packets per ETSI TS 102 225, and constructing BER-TLV command scripts per ETSI TS 102 226.
@@ -371,6 +371,13 @@ Swaps nibble pairs of an even-length hex string.
---
## PWA
OTAMan is a Progressive Web App and can be installed for offline use. Use the **INSTALL PWA** button in the header, or use the browser's install prompt.
- Service worker pre-caches all assets on first visit
- App icons at 192×192 and 512×512
## Theme
Dark theme is supported. The app follows the OS preference on first visit, and a manual toggle button (🌙/☀️) at the top-right corner persists the choice in `localStorage`.