Search Jisho

Search Jisho

Adds a context menu to search Jisho for the highlighted word.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Search Jisho",
  "version": "1.2",
  "description": "Adds a context menu to search Jisho for the highlighted word.",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "48": "icon.png"
  }
}