Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "25.9.9",
"name": "Button for Google Calendar",
"homepage_url": "https:\/\/manganum.app\/products\/button-for-google-calendar",
"description": "Check Google Calendar schedule and join meetings with one click. It fully integrates with Zoom, Google Meet, Microsoft Teams, etc.",
"default_locale": "en",
"icons": {
"16": "icons\/logo_calendar_32.png",
"48": "icons\/logo_calendar_96.png",
"128": "icons\/logo_calendar_256.png"
},
"permissions": [
"alarms",
"identity",
"notifications",
"storage"
],
"oauth2": {
"client_id": "498582140037-idmaqvknkffr3npnsdl2d09ni80m9gsf.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/calendar.readonly"
]
},
"background": {
"service_worker": "background.js"
},
"options_ui": {
"page": "options.html"
},
"action": {
"default_icon": {
"19": "icons\/logo_calendar_19.png",
"38": "icons\/logo_calendar_38.png"
},
"default_title": "Button for Google Calendar",
"default_popup": "action.html"
}
}