Skip to content

Manifest V3 support #120

@derat

Description

@derat

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). :-/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions