Brightspace fixer

Brightspace fixer

Brightspace design fixer for better use of whitespace

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Brightspace fixer",
  "description": "Brightspace design fixer for better use of whitespace",
  "version": "1.0",
  "manifest_version": 3,
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "128": "icon-128.png",
    "192": "icon-192.png",
    "512": "icon-512.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://brightspace.avans.nl/*",
        "https://s.brightspace.com/*"
      ],
      "js": [
        "brightspaceFixer.js"
      ],
      "all_frames": true
    }
  ],
  "host_permissions": [
    "https://brightspace.avans.nl/*",
    "https://s.brightspace.com/*"
  ]
}