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",
"name": "__MSG_application_title__",
"short_name": "meeting-scheduling-koalendar",
"version": "2.1.0",
"description": "__MSG_application_description__",
"default_locale": "en",
"homepage_url": "https:\/\/koalendar.com\/",
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+K",
"mac": "Command+Shift+K"
},
"description": "Toggle Koalendar Extension"
}
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "images\/koalendar-meeting-booking-16.png",
"32": "images\/koalendar-meeting-booking-32.png",
"96": "images\/koalendar-meeting-booking-96.png",
"128": "images\/koalendar-meeting-booking-128.png",
"196": "images\/koalendar-meeting-booking-196.png"
},
"action": {
"browser_style": false,
"default_title": "Koalendar",
"default_popup": "index.html",
"default_icon": {
"16": "images\/koalendar-meeting-booking-16.png",
"32": "images\/koalendar-meeting-booking-32.png",
"96": "images\/koalendar-meeting-booking-96.png",
"128": "images\/koalendar-meeting-booking-128.png",
"196": "images\/koalendar-meeting-booking-196.png"
}
},
"manifest_version": 3
}