BCA GPA

BCA GPA

BCA GPA

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BCA GPA",
  "description": "BCA GPA",
  "version": "2.0",
  "content_scripts": [
    {
      "matches": [
        "https://ps01.bergen.org/guardian/home.html"
      ],
      "js": [
        "gpa.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}