extra-keyboards-for-chrome-os
extra-keyboards-for-chrome-os copied to clipboard
Manifest V3 support
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). :-/
Yeah, I submitted the Dvorak-Intl at the time, and it is now indeed removed, sorry about that, also saw this issue way too late. Feel free to correct this, submit a PR for this repository and maybe even reupload the updated keyboard to the Webstore. I would love to start using it again, now for the time being using the Compose Key dvorak instead...
Thanks for the reply; I've created #131.
It might be better if someone with access to the chrome-input-extensions webstore account uploaded this so all the extensions are in one place, but I can upload it to my account if that'd be easiest.
It took some back-and-forth with the web store reviewers (I think they're unfamiliar with the chrome.input.ime API), but I eventually got a Dvorak International extension approved: https://chrome.google.com/webstore/detail/dvorak-international/bmelnadochjnkdciehdnnlnpejmjolgo
I think that there are ~20 manifest files in the repo that still have manifest_version set to 2, so this issue should probably remain open. (I don't plan to try to update them since I'm not sure how to test them all.)
Thank you so much! 😃
On June 21, 2023 at 12:36 GMT, Daniel Erat @.***> wrote:
It took some back-and-forth with the web store reviewers (I think they're unfamiliar with the chrome.input.ime API), but I eventually got a Dvorak International extension approved: https://chrome.google.com/webstore/detail/dvorak-international/bmelnadochjnkdciehdnnlnpejmjolgo
I think that there are ~20 manifest files in the repo that still have manifest_version set to 2, so this issue should probably remain open. (I don't plan to try to update them since I'm not sure how to test them all.)
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>