Sci-Hub X Now!

Sci-Hub X Now!

Free access to academic papers with just a single click via sci-hub!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Sci-Hub X Now!",
  "short_name": "sci-hub-x-now",
  "version": "0.2.2",
  "author": "Gerry Chen and Orçun Özdemir and Lucas Sterzinger",
  "homepage_url": "https://github.com/gchenfc/sci-hub-now",
  "description": "Free access to academic papers with just a single click via sci-hub!",
  "icons": {
    "48": "icons/48x48.png",
    "96": "icons/96x96.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "48": "icons/48x48.png",
      "96": "icons/96x96.png"
    },
    "default_title": "Sci-Hub X Now!",
    "theme_icons": [
      {
        "light": "icons/48x48_white.png",
        "dark": "icons/48x48.png",
        "size": 48
      },
      {
        "light": "icons/96x96_white.png",
        "dark": "icons/96x96.png",
        "size": 96
      }
    ]
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Alt+A",
        "mac": "Alt+A",
        "chromeos": "Alt+A",
        "linux": "Alt+A"
      }
    }
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage"
  ],
  "optional_permissions": [
    "downloads",
    "https://doi.crossref.org/servlet/query*",
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "background.js",
      "helper_js/doi-metadata-scraper.js",
      "helper_js/pdf-link-scraper.js"
    ]
  },
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}