Examine source code of Britannica Library

Inspect and view changes in Britannica Library 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": "Britannica Library",
  "description": "Welcome to Britannica Library, a safe, up-to-date, and age-appropriate information resource for Children, Young Adults, and Adults.",
  "version": "0.0.0.1",
  "manifest_version": 2,
  "icons": {
    "36": "android-chrome-36x36.png",
    "48": "android-chrome-48x48.png",
    "72": "android-chrome-72x72.png",
    "96": "android-chrome-96x96.png",
    "128": "android-chrome-128x128.png",
    "144": "android-chrome-144x144.png",
    "192": "android-chrome-192x192.png"
  },
  "app": {
    "urls": [
      "http://library.eb.com/"
    ],
    "launch": {
      "web_url": "http://library.eb.com/"
    }
  }
}