ScholarConnect Plus

ScholarConnect Plus

Instant access to research articles.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "ScholarConnect Plus",
  "version": "3.8.22.1544",
  "manifest_version": 2,
  "description": "Instant access to research articles.",
  "background": {
    "scripts": [
      "./browser-polyfill.js",
      "./static/js/background.js"
    ]
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Welcome to LibKey Nomad"
  },
  "options_page": "./index.html#/select-library",
  "content_scripts": [
    {
      "css": [
        "./static/css/content.css"
      ],
      "js": [
        "./browser-polyfill.js",
        "./static/js/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "images/libkey-nomad-flame.png",
    "images/browzine-logo.png",
    "images/close-button.svg",
    "domains.json",
    "ebook-domains.json"
  ],
  "permissions": [
    "storage",
    "cookies",
    "tabs",
    "<all_urls>"
  ],
  "storage": {
    "managed_schema": "schema.json"
  },
  "icons": {
    "16": "icons/libkey-nomad-flame-16.png",
    "32": "icons/libkey-nomad-flame-32.png",
    "48": "icons/libkey-nomad-flame-48.png",
    "128": "icons/libkey-nomad-flame-128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}