LMS Smart Lesson Planner Firefox

Examine source code of LMS Smart Lesson Planner

Inspect and view changes in LMS Smart Lesson Planner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LMS Smart Lesson Planner",
  "version": "5.3",
  "description": "Automatically generates and fills lesson plans inside the Oman LMS platform.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "https://lms.moe.gov.om/*",
    "https://rznegxkfwwtqkytkoljs.supabase.co/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://lms.moe.gov.om/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "lms-smart-lesson-planner@addon",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "web_accessible_resources": [
    "katex.min.js",
    "katex.min.css"
  ]
}

Best LMS Smart Lesson Planner Alternatives

Here are some Firefox add-ons that are similar to LMS Smart Lesson Planner: