Meeedly | Engaging online lectures

Meeedly | Engaging online lectures

Online lecture and exam monitoring and engagement tool for educational institutes and online instructors.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Meeedly | Engaging online lectures",
  "version": "1.0",
  "description": "Online lecture and exam monitoring and engagement tool for educational institutes and online instructors.",
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://*/"
  ],
  "action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "assets/logo/16.png",
    "32": "assets/logo/32.png",
    "48": "assets/logo/48.png",
    "128": "assets/logo/128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*.png",
        "assets/*.mp3",
        "assets/*.wav",
        "assets/Font/*.woff"
      ],
      "matches": [
        "https://teams.microsoft.com/*",
        "https://teams.live.com/*",
        "https://*/*"
      ]
    }
  ],
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://teams.microsoft.com/*",
        "https://teams.live.com/*",
        "https://*/*"
      ],
      "css": [
        "main.css",
        "thirdParty/jquery-ui.css"
      ],
      "js": [
        "thirdParty/jquery-3.6.0.min.js",
        "thirdParty/jquery-ui.js",
        "thirdParty/chart.js",
        "board.js",
        "whiteboard.js",
        "theaterwhiteboard.js"
      ]
    }
  ]
}