Examine source code of Royal Spanish Academy Dictionary (Search Provider)

Inspect and view changes in Royal Spanish Academy Dictionary (Search Provider) source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "version": "22.8.2",
  "default_locale": "es",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "short_name": "__MSG_extensionShortName__",
  "author": "__MSG_extensionName__",
  "homepage_url": "https://madrid.reinventia.net",
  "icons": {
    "48": "icons/drae48.png",
    "64": "icons/drae64.png",
    "96": "icons/drae96.png",
    "128": "icons/drae128.png"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "__MSG_extensionShortName__",
      "search_url": "https://dle.rae.es/{searchTerms}?m=form",
      "favicon_url": "https://dle.rae.es/app/doc/es/img/dle.jpg",
      "keyword": "rae, dle, drae, diccionario, buscador, definiciones",
      "encoding": "UTF-8"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1f7c7ef6-5cab-450c-a52b-ad5c194b66b5}"
    }
  }
}