Simplify Aeries

Simplify Aeries

Simple customizable QOL CSS changes to Aeries.net Student SIS sites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Simplify Aeries",
  "version": "1.2.4",
  "description": "Simple customizable QOL CSS changes to Aeries.net Student SIS sites",
  "author": "Sander Vonk",
  "options_page": "html/options.html",
  "permissions": [
    "storage",
    "tabs",
    "https://*.aeries.net/*",
    "https://*.aeries.com/*"
  ],
  "icons": {
    "16": "icon/3DLogo.png",
    "32": "icon/3DLogo.png",
    "48": "icon/3DLogo.png",
    "128": "icon/3DLogo.png",
    "256": "icon/3DLogo.png",
    "512": "icon/3DLogo.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "html/optionsUI.html"
  },
  "content_scripts": [
    {
      "css": [
        "css/dashboardTweaks.css",
        "css/topmenu.css",
        "css/sidebarTweaks.css",
        "css/loginTweaks.css",
        "css/timeoutTweaks.css",
        "css/testScoresTweaks.css"
      ],
      "js": [
        "js/applyoptions.js",
        "js/redoIPmessage.js",
        "js/enablePreview.js",
        "js/getClassInfo.js"
      ],
      "matches": [
        "https://*.aeries.net/*"
      ]
    }
  ]
}