web: drop em-dashes from the help/UI copy, reword to not need them

This commit is contained in:
Oleksandr Kozachuk
2026-06-08 23:00:41 +02:00
parent 77352093c9
commit 29c26ddda1
2 changed files with 43 additions and 33 deletions
+13 -3
View File
@@ -1,5 +1,5 @@
{
"name": "LesS/KEY password generator",
"name": "LesS/KEY password generator",
"short_name": "LesS/KEY",
"description": "A password manager that stores nothing and runs entirely in your browser. A free tool by Kaizenkodo.",
"id": "../",
@@ -9,7 +9,17 @@
"theme_color": "#0a2540",
"background_color": "#f4f0e8",
"icons": [
{ "src": "./icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
{ "src": "./icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
{
"src": "./icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "./icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}