OSK DTS Firefox

Examine source code of OSK DTS

Inspect and view changes in OSK DTS source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "OSK DTS",
  "version": "2.0.0.5",
  "description": "On-Screen Keyboard for FireFox KIOSK mode",
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "background": {
    "scripts": [
      "kb.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "keyboard.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "webRequest",
    "tabs",
    "storage",
    "activeTab",
    "<all_urls>",
    "webNavigation"
  ],
  "options_ui": {
    "page": "options/osk_settings.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{0d812cee-5d30-4cb5-947e-8d85d3ed341a}"
    }
  }
}

Best OSK DTS Alternatives

Here are some Firefox add-ons that are similar to OSK DTS: