Spellchecker.lu Mini

Spellchecker.lu Mini

Spell checker and thesaurus lookup tool for Luxembourgish words.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Spellchecker.lu Mini",
  "version": "1.0.2",
  "description": "Spell checker and thesaurus lookup tool for Luxembourgish words.",
  "browser_action": {
    "default_icon": "icon_19.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "http://api.spellchecker.lu/chrome/"
  ],
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'",
  "manifest_version": 2
}