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
+13
View File
@@ -0,0 +1,13 @@
{
"name": "OTAMan",
"short_name": "OTAMan",
"description": "Offline APDU helper for SIM/USIM/RAM commands",
"start_url": "index.html",
"display": "standalone",
"background_color": "#fafafa",
"theme_color": "#2563eb",
"icons": [
{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "icon-512.png", "sizes": "512x512", "type": "image/png" }
]
}