CanvasCape

CanvasCape

A suite of tools that enhance the Canvas LMS. Each tool is simple and designed with students and teaching teams in mind.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CanvasCape",
  "short_name": "CanvasCape",
  "version": "3.3",
  "description": "A suite of tools that enhance the Canvas LMS. Each tool is simple and designed with students and teaching teams in mind.",
  "action": {
    "default_title": "Launch CanvasCape",
    "default_popup": "preLaunch.html"
  },
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "icons": {
    "128": "resources/logo128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "resources/*.png",
        "resources/*.jpg",
        "libraries/*.js",
        "adders/*.js",
        "scripts/*.js",
        "tools/*",
        "toolMaps/*.js",
        "utils/*.js",
        "stylesheets/*.css"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}