Korektor Spellchecker

Korektor Spellchecker

Allow using Korektor service on editable controls.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "52.0"
    }
  },
  "name": "__MSG_app_name__",
  "description": "__MSG_app_desc__",
  "default_locale": "en",
  "version": "1.1.0",
  "homepage_url": "https://ufal.mff.cuni.cz/korektor",
  "icons": {
    "48": "korektor_48.png",
    "128": "korektor_128.png"
  },
  "offline_enabled": false,
  "permissions": [
    "activeTab",
    "contextMenus",
    "https://lindat.mff.cuni.cz/"
  ],
  "minimum_chrome_version": "23",
  "background": {
    "scripts": [
      "korektor.js"
    ]
  }
}