NilearMTX

NilearMTX

This extension adds an option to the context menu that will search for the selected text as ticket number in Nilear MTX

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "NilearMTX",
  "version": "1.1",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "service_worker": "eventPage.js"
  },
  "icons": {
    "128": "icon.png"
  }
}