Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Talk-o-meter for Google Meet", "description": "Don't hog the meeting! Talk-o-meter adds an indicator to Google Meet to track, rank and compare how much you speak in meetings.", "version": "1.3", "icons": { "48": "talk-o-meter_icon48.png", "128": "talk-o-meter_icon128.png" }, "action": { "default_icon": { "48": "talk-o-meter_icon48.png", "128": "talk-o-meter_icon128.png" }, "default_title": "Talk-o-meter for Google Meet" }, "permissions": [], "host_permissions": [ "https:\/\/meet.google.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "talk-o-meter.js" ], "matches": [ "https:\/\/meet.google.com\/*" ] } ] }