Examine source code of Sekolahku Secure Exam

Inspect and view changes in Sekolahku Secure Exam source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Sekolahku Secure Exam",
  "version": "1.0.0",
  "manifest_version": 3,
  "description": "A mandatory extension for doing exams in Sekolahku - eLearning web application.",
  "icons": {
    "16": "icons/icon_16x16.png",
    "32": "icons/icon_32x32.png",
    "48": "icons/icon_48x48.png",
    "128": "icons/icon_128x128.png",
    "300": "icons/icon_300x300.png"
  },
  "action": {
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "service_worker": "service-worker.js",
    "type": "module"
  },
  "externally_connectable": {
    "matches": [
      "http://*.elearning.sekolahku3.test:89/*",
      "https://*.elearning.demo.sekolahku.id/*",
      "https://*.elearning.sekolahku.id/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}