Lazy Scholar Firefox

Examine source code of Lazy Scholar

Inspect and view changes in Lazy Scholar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Lazy Scholar",
  "version": "3.0.0",
  "description": "Academic research assistant - find full-text PDFs, citations, and analyze papers",
  "author": "Colby Vorland",
  "homepage_url": "http://www.lazyscholar.org",
  "browser_specific_settings": {
    "gecko": {
      "id": "jid1-k6UjH3XvqwNKoQ@jetpack",
      "strict_min_version": "112.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "assets/icons/icon16.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "unlimitedStorage",
    "clipboardWrite",
    "downloads",
    "contextMenus",
    "notifications",
    "alarms",
    "webNavigation",
    "webRequest",
    "scripting"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "src/background/index.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content/index.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/ui/infobar/*",
        "src/ui/sidepanel/*",
        "src/ui/pdfviewer/*",
        "src/ui/shared/*",
        "src/services/ml/*",
        "assets/*",
        "lib/*",
        "data/*",
        "models/*",
        "js/*",
        "js/web/*",
        "js/build/*",
        "js/web/locale/*",
        "js/web/images/*",
        "js/web/cmaps/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "options_ui": {
    "page": "src/ui/options/options.html",
    "open_in_tab": true
  },
  "omnibox": {
    "keyword": "ls"
  },
  "action": {
    "default_icon": {
      "16": "assets/icons/icon16.png",
      "32": "assets/icons/icon32.png"
    },
    "default_title": "Lazy Scholar"
  }
}

Best Lazy Scholar Alternatives

Here are some Firefox add-ons that are similar to Lazy Scholar: