Unikey - Vietnamese IME for ChromeOS

Unikey - Vietnamese IME for ChromeOS

Vietnamese IME for ChromeOS, integrated with Unikey engine

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "0.8.0",
  "manifest_version": 3,
  "description": "__MSG_appDesc__",
  "short_name": "Unikey",
  "default_locale": "vi",
  "author": "Lê Quốc Tuấn <[email protected]>",
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "options.html",
  "permissions": [
    "input",
    "storage"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "input_components": [
    {
      "name": "Vietnamese - Unikey (Telex)",
      "type": "ime",
      "id": "unikey-telex",
      "description": "Telex input style",
      "language": "vi",
      "layouts": []
    },
    {
      "name": "Vietnamese - Unikey (Telex - Simple)",
      "type": "ime",
      "id": "unikey-telex-simple",
      "description": "Simple Telex input style",
      "language": "vi",
      "layouts": []
    },
    {
      "name": "Vietnamese - Unikey (VNI)",
      "type": "ime",
      "id": "unikey-vni",
      "description": "VNI input style",
      "language": "vi",
      "layouts": []
    },
    {
      "name": "Vietnamese with French keyboard - Unikey (Telex)",
      "type": "ime",
      "id": "fr-unikey-telex",
      "description": "Telex input style",
      "language": "vi",
      "layouts": [
        "fr::fra"
      ]
    },
    {
      "name": "Vietnamese with French keyboard - Unikey (Telex - Simple)",
      "type": "ime",
      "id": "fr-unikey-telex-simple",
      "description": "Simple Telex input style",
      "language": "vi",
      "layouts": [
        "fr::fra"
      ]
    },
    {
      "name": "Vietnamese with French keyboard - Unikey (VNI)",
      "type": "ime",
      "id": "fr-unikey-vni",
      "description": "VNI input style",
      "language": "vi",
      "layouts": [
        "fr::fra"
      ]
    }
  ],
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "action": {
    "default_popup": "options.html",
    "default_icon": {
      "16": "16.png",
      "48": "48.png",
      "128": "128.png"
    }
  }
}