Examine source code of Virtual Keyboard Plus

Inspect and view changes in Virtual Keyboard Plus source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://*.googleapis.com https://www.googletagmanager.com 'unsafe-eval'; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png",
    "300": "icons/icon-300.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "options_page": "html/options.html",
  "page_action": {
    "default_icon": "buttons/keyboard_2.png",
    "default_popup": "html/toggle.html",
    "default_title": "On Screen Keyboard"
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking"
  ],
  "version": "2.14.8.8",
  "web_accessible_resources": [
    "html/keyboard.html",
    "html/keyboard_*.html",
    "html/keyboard_en.html",
    "html/keyboard_ru.html",
    "css/style.css",
    "options/*",
    "html/toggle.html",
    "js/toggle.js",
    "icons/*",
    "icons/backspace.svg",
    "icons/backspace-e.svg",
    "icons/close.svg",
    "icons/enter.svg",
    "icons/enter-e.svg",
    "icons/settings.svg",
    "icons/shift.svg",
    "buttons/*",
    "buttons/keyboard_1.png",
    "buttons/keyboard_2.png",
    "buttons/keyboard_3.png"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}