Curriculum Assistant Firefox

Examine source code of Curriculum Assistant

Inspect and view changes in Curriculum Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Curriculum Assistant",
  "version": "1.0.10",
  "description": "Curriculum assistant for a curriculum management system",
  "permissions": [
    "activeTab",
    "storage",
    "*://*.collegeofthedesert.edu/*",
    "http://localhost:8000/*",
    "https://curriculum.edumacation.net/*"
  ],
  "browser_action": {
    "default_icon": {
      "16": "assets/icons/icon-16.png",
      "48": "assets/icons/icon-48.png",
      "128": "assets/icons/icon-128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://nextcatalog.collegeofthedesert.edu/*"
      ],
      "js": [
        "content/content.js"
      ],
      "css": [
        "chat/chat.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background/service-worker.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "assets/icons/icon-16.png",
    "48": "assets/icons/icon-48.png",
    "128": "assets/icons/icon-128.png"
  },
  "web_accessible_resources": [
    "chat/chat.css",
    "content/page-script.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "curriculum-assistant@edumacation.net",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Curriculum Assistant Alternatives

Here are some Firefox add-ons that are similar to Curriculum Assistant: