Colemak-DH

Colemak-DH

Colemak-DH keyboard

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Colemak-DH",
  "version": "1.0.1",
  "manifest_version": 3,
  "description": "Colemak-DH keyboard",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "input"
  ],
  "input_components": [
    {
      "name": "Colemak-DH",
      "type": "ime",
      "id": "colemak-dh",
      "description": "Colemak-DH keyboard",
      "language": "en-US",
      "layouts": [
        "us"
      ]
    }
  ]
}