Examine source code of UCBooks - Academic Resource View

Inspect and view changes in UCBooks - Academic Resource View 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
{
  "short_name": "UCBooks",
  "name": "UCBooks: Institutional Resource Search",
  "description": "UCBooks: Institutional Resource Search",
  "version": "2.8.8",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "app/background.js"
    ]
  },
  "browser_action": {},
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "/css/root.css"
      ],
      "js": [
        "/static/js/content.js"
      ]
    }
  ],
  "icons": {
    "16": "resources/ic_launcher_round_small.png",
    "48": "resources/ic_launcher_round_medium.png",
    "128": "resources/ic_launcher_round_large.png"
  },
  "web_accessible_resources": [
    "/static/css/content.css",
    "/static/media/*"
  ],
  "permissions": [
    "identity",
    "storage",
    "https://edifoionjjgmnkllmmejlkgihjijgmld.chromiumapp.org/*",
    "https://dbooeidkogffgiacndkegcihbhkancij.chromiumapp.org/*",
    "https://ooelkofjpkcdnadfkagehecohjjdkmmd.chromiumapp.org/*",
    "https://bd5d8db7-e1f8-4429-bf20-497ce6c1f8ef.chromiumapp.org/*",
    "https://*.ucbooks.education/*"
  ],
  "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{bd5d8db7-e1f8-4429-bf20-497ce6c1f8ef}"
    }
  }
}