Examine source code of EFT Wiki Search

Inspect and view changes in EFT Wiki Search 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": 3,
  "name": "EFT Wiki Search",
  "version": "1.4",
  "description": "Search the Escape from Tarkov wiki using 'eftw', or use the extension to search items, maps or ammo.",
  "permissions": [
    "search"
  ],
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "EFT Wiki",
      "keyword": "eftw",
      "search_url": "https://escapefromtarkov.fandom.com/wiki/Special:Search?query={searchTerms}"
    }
  },
  "icons": {
    "32": "icon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{de7346da-6ecf-ac0b-7e30-b10ec1749559}"
    }
  }
}