Examine source code of AccessASULaw

Inspect and view changes in AccessASULaw 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": "AccessASULaw",
  "version": "1.1",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/apiKeys.js",
      "js/options.js",
      "js/analytics.js",
      "js/background.js",
      "js/clock.js",
      "js/customizeLinks.js",
      "js/weather.js",
      "js/searchBars.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "img/main-img/seal16.png",
    "48": "img/main-img/seal48.png",
    "128": "img/main-img/seal128.png"
  },
  "permissions": [
    "storage"
  ],
  "description": "ASU Law Student Dashboard"
}