WIS Library Search Assistant

WIS Library Search Assistant

WIS Search Assistant Search the WIS Library without leaving your current browser page!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WIS Library Search Assistant",
  "description": "WIS Search Assistant Search the WIS Library without leaving your current browser page!",
  "version": "1.1.2",
  "author": "Based on Giulio Menna, Leiden University Libraries plugin and Modified for Weizmann Institute of Science Library plugin",
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://ssl.google-analytics.com https://code.jquery.com/ https://www.googletagmanager.com; object-src 'self'",
  "browser_action": {
    "default_icon": "/images/icons/icon128.png",
    "default_popup": "popup.html",
    "default_title": "WIS Library Assistant"
  },
  "icons": {
    "16": "/images/icons/icon16.png",
    "48": "/images/icons/icon48.png",
    "128": "/images/icons/icon128.png"
  },
  "background": {
    "page": "popup.html"
  },
  "permissions": [
    "contextMenus",
    "activeTab"
  ]
}