Sekolahku Secure Exam

Sekolahku Secure Exam

A mandatory extension for doing exams in Sekolahku - eLearning web application.

Merlin
Additional files are visible only to premium users

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"
}