diff --git a/extension/manifest.json b/extension/manifest.json index c3ddd0b..6da45ce 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "kokey — wrong-layout text fixer", "version": "0.6.0", - "description": "Fix text typed with the wrong keyboard layout — 한글, русский, עברית, ελληνικά, ไทย, العربية, українська, ქართული ↔ QWERTY. All processing is local; nothing leaves your browser.", + "description": "Fix text typed with the wrong keyboard layout — 한글, русский, עברית, ไทย ↔ QWERTY. Right-click or Alt+K. Everything runs locally.", "permissions": ["contextMenus"], "background": { "service_worker": "background.js",