Bahria LMS Assignment Tracker Firefox

Examine source code of Bahria LMS Assignment Tracker

By: Stefan
Inspect and view changes in Bahria LMS Assignment Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Bahria LMS Assignment Tracker",
  "description": "Collects assignment deadlines from lms.bahria.edu.pk and shows priority-sorted to-dos + notifications.",
  "version": "1.0.4",
  "author": "Haniya Shafiq",
  "action": {
    "default_popup": "dist/popup.html",
    "default_title": "LMS Assignments"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "alarms",
    "notifications",
    "tabs",
    "activeTab"
  ],
  "host_permissions": [
    "*://lms.bahria.edu.pk/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://lms.bahria.edu.pk/*",
        "http://lms.bahria.edu.pk/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "bahria-lms-tracker@your-name.org",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Bahria LMS Assignment Tracker Alternatives

Here are some Firefox add-ons that are similar to Bahria LMS Assignment Tracker: