Examine source code of Lerner eReader

Inspect and view changes in Lerner eReader 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",
  "manifest_version": 2,
  "name": "Lerner eReader",
  "short_name": "Lerner",
  "version": "1.0.6.1",
  "permissions": [
    "https://dev-dll.impelsys.com/",
    "http://stagingbrainhive.impelsys.com/",
    "http://localhost/",
    "unlimitedStorage",
    "storage",
    "webview",
    "http://192.168.2.138/",
    "http://www.mybrainhive.com/",
    "https://www.mybrainhive.com/",
    "https://www.google.co.in/",
    "http://dev-dll.impelsys.com/",
    "http://ebooks.lernerbooks.com/",
    "fullscreen"
  ],
  "content_security_policy": "frame-src 'self' 'http://readerservice-ng.impelsys.com/test/OEBPS/page10.xhtml'; script-src 'unsafe-inline' 'unsafe-eval' 'self' blob: filesystem: chrome-extension-resource: ; default-src 'unsafe-inline' 'unsafe-eval' 'self' blob: filesystem: chrome-extension-resource:; allow 'self'; media-src *; img-src *; object-src 'unsafe-inline' 'unsafe-eval' 'self'; style-src 'self' 'unsafe-inline';",
  "app": {
    "background": {
      "scripts": [
        "app/chrome.js"
      ]
    }
  },
  "icons": {
    "16": "images/lerner-16x16.png",
    "48": "images/lerner-48x48.png",
    "128": "images/lerner-128x128.png"
  },
  "webview": {
    "partitions": [
      {
        "name": "static",
        "accessible_resources": [
          "flash-chrome-interface/index.html",
          "flash-chrome-interface/**",
          "*"
        ]
      },
      {
        "name": "search",
        "accessible_resources": [
          "app/reader/flash-search/**",
          "*"
        ]
      }
    ]
  },
  "sandbox": {
    "pages": [
      "app/shelf/template/sql-js-template.html",
      "filesystem:chrome-extension://*"
    ]
  }
}