D2L Tweaks

D2L Tweaks

Adds a few QoL tweaks to Desire 2 Learn (D2L), an online educational teaching and organization platform.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "D2L Tweaks",
  "version": "0.0.1.2",
  "description": "Adds a few QoL tweaks to Desire 2 Learn (D2L), an online educational teaching and organization platform.",
  "manifest_version": 2,
  "homepage_url": "https://github.com/seaty6/D2L-Tweaks_Extension",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "128": "images/128.png",
    "192": "images/192.png",
    "512": "images/512.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.edu/d2l/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}