undefined

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ESV Context Search",
  "description": "This extension adds a context menu to search the ESVBible.org site with selected text.",
  "version": "1.0",
  "background": {
    "scripts": [
      "ESVsearch.js"
    ]
  },
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "ESV-logo-color_tiny.png"
  }
}