-
Notifications
You must be signed in to change notification settings - Fork 131
Description
Per https://developer.chrome.com/blog/mv2-transition/, Chrome will stop running Manifest V2 extensions in January 2023.
example/xkb/manifest.json contains "manifest_version": 3, but some of the other layouts (like dvorak-intl/manifest.json) still use V2.
I manually changed the version in my local unpacked copy of the dvorak-intl extension, and it seems to still be working after reloading it via chrome://extensions/. One caveat is that the input method disappeared from the system area after the reload (I usually switch between the builtin "English (EN) with Dvorak keyboard" layout and "Dvorak International", but after I opened the "Languages and inputs" system settings and clicked on one of the layouts, it was shown again.
If it'd be helpful, I can create a PR updating the remaining manifest.json files, but I don't know if any other changes are needed (since the input_components property in manifest.json seems to still be undocumented). :-/