ac18c3e2cf
- package pysim_otaman_server → pysim_simple_server; distribution and console script pysim-otaman-server → pysim-simple-server - PWA branding SIMple: title, header, manifest, help EN/RU, GitHub links - localStorage keys otaman_* → simple_* (clean break, no migration) - export filenames simple-cards.json / simple-custom-files.json - service worker cache simple-v189 - README/docs/setup/start scripts updated; no 'otaman' left in the tree
13 lines
392 B
JSON
13 lines
392 B
JSON
{
|
|
"name": "SIMple",
|
|
"short_name": "SIMple",
|
|
"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" }
|
|
]
|
|
} |