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": "Meet Pro",
"description": "The Meet Pro is designed to simplify the process of creating Google Meet links by adding a new menu item in Chrome.",
"version": "0.0.0.26",
"permissions": [
"identity",
"identity.email",
"storage",
"contextMenus",
"clipboardWrite",
"offscreen",
"gcm",
"notifications"
],
"oauth2": {
"client_id": "419882667463-4p8b1tcdd6qtkfd17jqu1p4n4an8c9sg.apps.googleusercontent.com",
"key": "-----BEGIN PUBLIC KEY----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgCE6rf0hPj5naP+bSrAk ggqa5nbQbPeSbuaYSTMDpJ3zEqQ68hwNc2EJrLgq+A4Y2PJI5J3BGJ6rFMNiTNny tLgcPWMag3VXNsiqeVFZBMQ0LmuIOaCR1g35bTLx3VPix1xphIn4WxOyCbbE\/rhl PXndyiCRWxx8pXWrtHLyjw8BTThptBCCXNo\/BvhuJeOG1IoIfgKj0Y+9dQbWKX1q 5fChZoj3YKltcHeUaS+yT3j7nY0QP0XdlWXOJRBUkGifVOQGZqQlFMHANc8XRDiA d1yAOP2twUTKhjSNLuJiPc\/L08ytiYScVqOujVI7JTSyCpTcruhkgMxrNfrAjJqQ KQIDAQAB -----END PUBLIC KEY-----",
"scopes": [
"openid",
"email",
"https:\/\/www.googleapis.com\/auth\/calendar"
]
},
"content_security_policy": {
"extension_pages": "default-src 'self'; connect-src https:\/\/meetpro.app https:\/\/oauth2.googleapis.com https:\/\/www.googleapis.com"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "assets\/logo\/16.png",
"32": "assets\/logo\/32.png",
"48": "assets\/logo\/48.png",
"128": "assets\/logo\/128.png"
},
"default_title": "Instantly meet link creation"
},
"icons": {
"16": "assets\/logo\/16.png",
"32": "assets\/logo\/32.png",
"48": "assets\/logo\/48.png",
"128": "assets\/logo\/128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"commands": {
"start-meet": {
"suggested_key": {
"default": "Alt+M",
"mac": "Alt+M"
},
"description": "(1) Create Google Meet instantly!"
},
"start-meet2": {
"suggested_key": {
"default": "Alt+G",
"mac": "Alt+G"
},
"description": "(2) Create Google Meet instantly!"
},
"_execute_action": {
"suggested_key": {
"windows": "Ctrl+B",
"mac": "Command+B",
"chromeos": "Ctrl+B",
"linux": "Ctrl+B"
}
}
}
}