Examine source code of Shikimori Anime Search

Inspect and view changes in Shikimori Anime 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": "Shikimori Anime Search",
  "short_name": "shikimori_anime_search",
  "description": "Adds Shikimori Anime as a search engine.",
  "version": "1.0.0",
  "icons": {
    "16": "icons/shikimori.svg",
    "64": "icons/shikimori.svg",
    "256": "icons/shikimori.svg"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Shikimori Anime",
      "keyword": "shan",
      "favicon_url": "icons/shikimori.svg",
      "search_url": "https://shikimori.one/animes?search={searchTerms}"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "shikianime@shikimori.one",
      "strict_min_version": "109.0"
    },
    "gecko_android": {
      "strict_min_version": "121.0"
    }
  },
  "author": "FeryaFox",
  "homepage_url": "https://github.com/FeryaFox/firefox-extension-shikimori-search"
}