Google Meet Auto Join

Google Meet Auto Join

Google Meet Auto join, on scheduled time _abx

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Google Meet Auto Join",
  "description": "Google Meet Auto join, on scheduled time _abx",
  "version": "1.0",
  "content_scripts": [
    {
      "js": [
        "script.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "192": "images/1.png"
  },
  "browser_action": {
    "default_icon": "images/1.png",
    "default_popup": "index.html"
  }
}