Harvard Library & DOI Search

Harvard Library & DOI Search

Enables Harvard affiliates to easily gain access to papers through Harvard Library with one click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Harvard Library & DOI Search",
  "version": "1.3",
  "manifest_version": 2,
  "description": "Enables Harvard affiliates to easily gain access to papers through Harvard Library with one click",
  "browser_action": {
    "default_icon": {
      "128": "icon.png"
    },
    "default_title": "Harvard Library & DOI Search",
    "short_name": "Harvard Lib Search",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "permissions": [
    "tabs"
  ],
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"
}