From 3f203e5023a624b50467ff24a80f850c9034f645 Mon Sep 17 00:00:00 2001 From: Daniel Erat Date: Sun, 21 May 2023 06:22:45 -0400 Subject: [PATCH] dvorak-intl: Set manifest_version to 3 and version to 1.1. Chrome dropped support for Manifest V2 extensions, so update the dvorak-intl layout to specify V3. As far as I can tell, no additional changes are needed. See #120. --- dvorak-intl/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dvorak-intl/manifest.json b/dvorak-intl/manifest.json index 0d97fba..3601046 100644 --- a/dvorak-intl/manifest.json +++ b/dvorak-intl/manifest.json @@ -14,8 +14,8 @@ limitations under the License. */ { "name": "Dvorak International", - "version": "1.0", - "manifest_version": 2, + "version": "1.1", + "manifest_version": 3, "description": "Dvorak International keyboard", "permissions": [ "input"