Venetan spell checker

Venetan spell checker

This extension provides dictionaries for spelling, thesaurus, and hyphenation for the venetan language (ISO 639-3 vec).

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Venetan spell checker",
  "description": "This extension provides dictionaries for spelling, thesaurus, and hyphenation for the venetan language (ISO 639-3 vec).",
  "version": "1.2.2",
  "manifest_version": 2,
  "icons": {
    "48": "images/veneto48.png",
    "128": "images/veneto128.png"
  },
  "spellcheck": {
    "dictionary_language": "Venetan",
    "dictionary_locale": "vec",
    "dictionary_format": "hunspell",
    "dictionary_path": "vec.bdic"
  }
}