IUSM Medical Library Proxy Tool

IUSM Medical Library Proxy Tool

Redirects links to academic resources through IUSM library proxy. Icon made by Freepik from www.flaticon.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "IUSM Medical Library Proxy Tool",
  "version": "1.2",
  "description": "Redirects links to academic resources through IUSM library proxy.  Icon made by Freepik from www.flaticon.com",
  "author": "Jonathan Winstone",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "http://*/*",
    "https://*/*",
    "webRequestBlocking"
  ],
  "manifest_version": 2
}