PreConnect Firefox

Examine source code of PreConnect

Inspect and view changes in PreConnect source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "PreConnect",
  "short_name": "PreConnect",
  "description": "PreConnect as a browser extension for BRACU students.",
  "version": "2.0.9.202609013",
  "action": {
    "default_title": "Open PreConnect",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "background.dart.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://connect.bracu.ac.bd/*"
      ],
      "js": [
        "connect_bridge.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "preconnect@sabbirba.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "alarms",
    "cookies",
    "webRequest",
    "contextMenus",
    "notifications",
    "scripting",
    "unlimitedStorage",
    "storage",
    "tabs",
    "webNavigation",
    "clipboardRead"
  ],
  "sidebar_action": {
    "default_panel": "index.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    },
    "default_title": "PreConnect"
  },
  "commands": {
    "open_side_panel": {
      "suggested_key": {
        "default": "Ctrl+Shift+P",
        "mac": "MacCtrl+Shift+P"
      },
      "description": "Open PreConnect"
    },
    "open_custom_schedule": {
      "suggested_key": {
        "default": "Ctrl+Shift+1",
        "mac": "MacCtrl+Shift+1"
      },
      "description": "Open Custom Schedule"
    },
    "open_friends_schedule": {
      "suggested_key": {
        "default": "Ctrl+Shift+2",
        "mac": "MacCtrl+Shift+2"
      },
      "description": "Open Friend's Schedule"
    },
    "open_advising_helper": {
      "suggested_key": {
        "default": "Ctrl+Shift+0",
        "mac": "MacCtrl+Shift+0"
      },
      "description": "Open Advising Helper"
    }
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png",
    "192": "icons/icon-192.png",
    "512": "icons/icon-512.png"
  }
}

Best PreConnect Alternatives

Here are some Firefox add-ons that are similar to PreConnect: