Search KCLS Catalog

Search KCLS Catalog

Adds Context Menu to search highlighted text in the King County Library System Catalog

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Search KCLS Catalog",
  "description": "Adds Context Menu to search highlighted text in the King County Library System Catalog",
  "version": "1.1resigned1",
  "developer": {
    "name": "Ranvijay Kumar"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "icons": {
    "128": "icons/kcls-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{39d77cea-f8c2-4caa-8ea9-2245e4b85c67}"
    }
  }
}