KeyBoard-JRT

KeyBoard-JRT

On-Screen Keyboard voor toepassingen zoals bij Scanfie. Gratis en geen advertenties

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "KeyBoard-JRT",
  "version": "1.10.45",
  "description": "On-Screen Keyboard",
  "icons": {
    "48": "JRT.svg"
  },
  "background": {
    "scripts": [
      "kyb.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/settings.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b3e76bcb-fb3a-413e-808c-3e4485650665}"
    }
  }
}