Examine source code of Wikipedia-FR

Inspect and view changes in Wikipedia-FR 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,
  "name": "Wikipedia-FR",
  "description": "Rechercher sur Wikipedia (FR)",
  "version": "1.0",
  "applications": {
    "gecko": {
      "strict_min_version": "55.0"
    }
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Wikipedia-FR",
      "search_url": "https://fr.wikipedia.org/w/index.php?title=Spécial:Recherche&search={searchTerms}",
      "keyword": "wfr",
      "favicon_url": "https://fr.wikipedia.org/static/favicon/wikipedia.ico",
      "is_default": false,
      "encoding": "UTF-8"
    }
  }
}