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",
"name": "__MSG_AppName__",
"manifest_version": 3,
"default_locale": "en",
"version": "1.1.1",
"description": "__MSG_AppDesc__",
"content_scripts": [
{
"matches": [
"https:\/\/meet.google.com\/*"
],
"js": [
"content_script.js"
]
}
]
}