Google Meet · Don't forget to record ◉

Google Meet · Don't forget to record ◉

Praiz reminds you to record your calls with a banner on the top-left side of Google Meet. Click on the banner to hide it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "js": [
        "./praiz-recordings.js"
      ],
      "matches": [
        "https://meet.google.com/*"
      ]
    }
  ],
  "description": "Praiz reminds you to record your calls with a banner on the top-left side of Google Meet. Click on the banner to hide it.",
  "icons": {
    "16": "praiz16.png",
    "32": "praiz32.png",
    "192": "praiz192.png",
    "384": "praiz384.png",
    "500": "praiz500.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtQ6mGqIVXZ0+qChsAR34IWqoaO989KJX8i0BVUo2KYuvrOuUEYI1nZxIVBywSik7EoxMYujRBDgwTq+hkwT0DSDUwgfw+SJLVauLRlZpsjXMZYiqXGAlsDkIDaXr7vEFVZKrDZ2JELSmPxUUsQqrra27YBtCkio9sQ9NGlYzofSGBY/27+gvJWhWj3tLMWCEJgLLOO31lJ2y8dBIVD23jDm1bkZp5fz9K0U/qK2QyjXeyXx/N5N+U2TndGZCsYVOddfA2rXBKb9wlpjYh5adoff3LdqoR6AwF4G2hVro7cQGBH8YfrM+Accyb3cwHvIir+WJn6fqas/k5YiQLUCiEwIDAQAB",
  "manifest_version": 3,
  "name": "Google Meet · Don't forget to record ◉",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1"
}