LibKey Nomad

LibKey Nomad

One-click access to millions of scholarly articles.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LibKey Nomad",
  "short_name": "LibKey Nomad",
  "version": "1.31.0",
  "author": "Third Iron LLC",
  "manifest_version": 2,
  "description": "One-click access to millions of scholarly 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"
  ],
  "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"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f282d54d-83cc-45f5-b3e5-65888de1682b}"
    }
  }
}