Examine source code of Benchmark Universe Library

Inspect and view changes in Benchmark Universe 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",
  "manifest_version": 2,
  "name": "Benchmark Universe Library",
  "short_name": "BU Library",
  "version": "1.3",
  "permissions": [
    "https://dev-dll.impelsys.com/",
    "https://mobileapp.benchmarkuniverse.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/",
    "http://d1u7vijijbxikz.cloudfront.net/*",
    "fullscreen",
    "https://s3.amazonaws.com/*",
    "https://resources.benchmarkuniverse.com/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "app": {
    "background": {
      "scripts": [
        "app/chrome.js"
      ]
    }
  },
  "url_handlers": {
    "launch": {
      "matches": [
        "https://mobileapp.benchmarkuniverse.com/?sid=*"
      ],
      "title": "Benchmark Universe Library"
    }
  },
  "icons": {
    "16": "images/benchmark-16x16.png",
    "48": "images/benchmark-48x48.png",
    "128": "images/benchmark-128x128.png"
  },
  "webview": {
    "partitions": [
      {
        "name": "static",
        "accessible_resources": [
          "flash-chrome-interface/index.html",
          "flash-chrome-interface/**",
          "*"
        ]
      },
      {
        "name": "search",
        "accessible_resources": [
          "app/reader/flash-search/**",
          "*"
        ]
      }
    ]
  },
  "externally_connectable": {
    "matches": [
      "*://*.benchmarkuniverse.com/"
    ]
  },
  "sandbox": {
    "pages": [
      "app/shelf/template/sql-js-template.html"
    ]
  }
}