Examine source code of Access Scholar Articles

Inspect and view changes in Access Scholar Articles source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Access Scholar Articles",
  "version": "1.1",
  "description": "Get access to journals and articles using your university's credentials.",
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "options_page": "options.html",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "images/papers16.png",
      "24": "images/papers24.png",
      "32": "images/papers32.png",
      "64": "images/papers64.png",
      "128": "images/papers128.png",
      "256": "images/papers256.png",
      "512": "images/papers512.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "24": "images/icon24.png",
    "32": "images/icon32.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png",
    "256": "images/icon256.png",
    "512": "images/icon512.png"
  },
  "manifest_version": 3
}