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": "New Room for Google Meet\u2122",
"homepage_url": "https:\/\/timleland.com\/new-google-meet-extension\/",
"version": "1.0.6",
"icons": {
"128": "media\/icons\/icon128.png"
},
"description": "The best way to create a new Google Meet\u2122 Room!",
"action": {
"default_icon": {
"38": "media\/icons\/icon38.png"
},
"default_title": "New Google Meet\u2122 Room"
},
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/meet.google.com\/*"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+M",
"mac": "Command+Shift+M"
}
}
}
}