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": "Join Now for Google Meet",
"version": "1.0.4",
"description": "Auto-select the Google account that has permission to join the call.",
"permissions": [
"storage",
"activeTab"
],
"content_scripts": [
{
"matches": [
"https:\/\/meet.google.com\/*"
],
"css": [
"styles.css"
],
"js": [
"content.js"
]
}
],
"icons": {
"48": "icon-48x48.png",
"128": "icon-128x128.png"
}
}