AccessASULaw

AccessASULaw

ASU Law Student Dashboard

Merlin
Additional files are visible only to premium users

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"
}