diff --git a/README.md b/README.md index e3a6c9b..ddb9bf8 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/icon-192.png b/icon-192.png new file mode 100644 index 0000000..84dd3fd Binary files /dev/null and b/icon-192.png differ diff --git a/icon-512.png b/icon-512.png new file mode 100644 index 0000000..41add80 Binary files /dev/null and b/icon-512.png differ diff --git a/index.html b/index.html index 950e238..58b0514 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,9 @@