Custom Virtual Keyboard

Custom Virtual Keyboard

Touch devices full-screen virtual keyboard for private typing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "default_locale": "en",
  "description": "__MSG_description__",
  "manifest_version": 2,
  "version": "1.1",
  "icons": {
    "128": "assets/extra_images/icon.png"
  },
  "background": {
    "page": "/assets/pages/hope.html"
  },
  "options_page": "/assets/pages/lihta.html",
  "browser_action": {
    "default_icon": "/assets/extra_images/icon.png",
    "default_popup": "/assets/pages/index.html"
  },
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "boards/*",
    "assets/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/assets/scripts/jquery.js",
        "/assets/scripts/for_page/mutnterfag.js",
        "/assets/scripts/for_page/cerat.js",
        "/assets/scripts/for_page/kilopda.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ]
}