Essential School Tools

Essential School Tools

Everything a college student needs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Essential School Tools",
  "short_name": "EST",
  "version": "1.9.3",
  "manifest_version": 2,
  "description": "Everything a college student needs.",
  "homepage_url": "https://essentialschool.tools",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "Essential School Tools",
    "default_popup": "index.html"
  },
  "permissions": [
    "tabs",
    "geolocation",
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "https://www.sis.umd.edu/testudo/studentSched",
        "https://www.testudo.umd.edu/ssched/index.html",
        "https://secure.bncollege.com/webapp/wcs/stores/servlet/TBListView",
        "http://www.sis.umd.edu/testudo/studentSched",
        "http://www.testudo.umd.edu/ssched/index.html",
        "http://secure.bncollege.com/webapp/wcs/stores/servlet/TBListView",
        "http://*.evenue.net/*",
        "https://*.evenue.net/*"
      ],
      "css": [
        "src/inject/inject.css"
      ]
    },
    {
      "matches": [
        "https://www.sis.umd.edu/testudo/studentSched",
        "https://www.testudo.umd.edu/ssched/index.html",
        "https://secure.bncollege.com/webapp/wcs/stores/servlet/TBListView",
        "http://www.sis.umd.edu/testudo/studentSched",
        "http://www.testudo.umd.edu/ssched/index.html",
        "http://secure.bncollege.com/webapp/wcs/stores/servlet/TBListView",
        "http://secure.bncollege.com/webapp/wcs/stores/servlet/TBListView",
        "http://*.evenue.net/*",
        "https://*.evenue.net/*",
        "http://hulchr.com/*",
        "http://essentialschool.tools/*",
        "https://essentialschool.tools/*"
      ],
      "js": [
        "js/jquery/jquery.min.js",
        "src/inject/inject.ob.js"
      ]
    }
  ]
}