Simplify Canvas

Simplify Canvas

Simple QOL CSS changes to Canvas by Instructure 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 Canvas",
  "version": "0.1.2",
  "description": "Simple QOL CSS changes to Canvas by Instructure sites",
  "author": "Sander Vonk",
  "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"
  },
  "content_scripts": [
    {
      "css": [
        "tweaks.css",
        "login/login.css",
        "dash/dash.css"
      ],
      "js": [
        "login/login.js",
        "dash/dash.js"
      ],
      "matches": [
        "https://*.instructure.com/*"
      ]
    }
  ]
}