Tasks for Canvas™ Firefox

Examine source code of Tasks for Canvas™

Inspect and view changes in Tasks for Canvas™ source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "A better to-do list sidebar for Canvas.",
  "version": "1.3.2",
  "manifest_version": 2,
  "name": "Tasks for Canvas™",
  "icons": {
    "128": "icon-128.png"
  },
  "web_accessible_resources": [
    "icon-128.png",
    "options.html"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "permissions": [
    "storage",
    "https://tasksforcanvas.onrender.com/*",
    "https://canvas-task-static.onrender.com/*"
  ],
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true,
    "browser_style": true,
    "chrome_style": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tasksforcanvas@jtchengdev.com"
    }
  }
}

Best Tasks for Canvas™ Alternatives

Here are some Firefox add-ons that are similar to Tasks for Canvas™: