Am I Talking A Lot?

Am I Talking A Lot?

Measure talking times in Google Meet

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Am I Talking A Lot?",
  "version": "0.0.6",
  "description": "Measure talking times in Google Meet",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://meet.google.com/*"
      ],
      "js": [
        "dist/aital.js"
      ],
      "css": [
        "dist/aital.css"
      ]
    }
  ],
  "icons": {
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}