Google Meet Attendance

Google Meet Attendance

Simple way to take an attendance on Google Meet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "manifest_version": 2,
  "name": "__MSG_AppName__",
  "description": "__MSG_AppDesc__",
  "version": "1.0.1",
  "version_name": "1.0.1",
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png",
    "256": "img/256.png"
  },
  "default_locale": "en",
  "background": {
    "persistent": false,
    "scripts": [
      "/js/update-conf.js",
      "/js/update.js"
    ]
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "img/512.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_AppName__"
  },
  "container": [
    "GOOGLE_DRIVE"
  ],
  "offline_enabled": true
}