Classleaver

Classleaver

Helps you to leave when a certain amount of students have left the class.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Classleaver",
  "description": "Helps you to leave when a certain amount of students have left the class.",
  "version": "1",
  "manifest_version": 3,
  "background": {
    "service_worker": "./js/background.js"
  },
  "icons": {
    "128": "./img/alm-128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://meet.google.com/*",
    "http://meet.google.com/*"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}