Laban Key - Gõ tiếng Việt

Laban Key - Gõ tiếng Việt

Laban Key - Gõ tiếng Việt

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Laban Key - Gõ tiếng Việt",
  "short_name": "Laban Key - Gõ tiếng Việt",
  "version": "1.7",
  "manifest_version": 2,
  "description": "Laban Key - Gõ tiếng Việt",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "background": {
    "scripts": [
      "unikey.js",
      "main.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "img/icon-inactive-16.png",
      "48": "img/icon-inactive-48.png",
      "128": "img/icon-inactive-128.png"
    }
  },
  "options_page": "options.html",
  "permissions": [
    "storage",
    "input"
  ],
  "input_components": [
    {
      "description": "Bộ gõ tiếng Việt",
      "id": "laban-key",
      "language": "vi",
      "layouts": [],
      "name": "Laban Key",
      "type": "ime"
    }
  ]
}