FX OSK DE (fixed)

FX OSK DE (fixed)

german On-Screen Keyboard for FireFox, fixed /options/ folder

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "FX OSK DE (fixed)",
  "version": "1.12.3",
  "description": "On-Screen Keyboard for FireFox, German fixed",
  "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": "{0c9c2227-cb07-4d6b-b697-19bf6ac9dfa9}"
    }
  }
}