Library Genesis

Library Genesis

Library Genesis google-chrome extension to improve daily searches

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Library Genesis",
  "version": "1.0.1",
  "description": "Library Genesis google-chrome extension to improve daily searches",
  "manifest_version": 3,
  "author": "Emanuel Fontelles",
  "icons": {
    "16": "./img/libgen-icon.png",
    "48": "./img/libgen-icon.png",
    "128": "./img/libgen-icon.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "Library Genesis search engine"
  },
  "background": {
    "service_worker": "serviceWorker.js"
  },
  "permissions": [
    "contextMenus"
  ]
}