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",
"description": "Tracks WFO\/WFH in Hybrid Work Model",
"version": "1.0.2",
"name": "Hybrid Work",
"author": "[email protected]",
"manifest_version": 3,
"icons": {
"48": "icons\/icon.png",
"128": "icons\/icon.png"
},
"action": {
"default_icon": "icons\/icon.png",
"default_popup": "popup.html",
"default_title": "Click to see calender"
},
"permissions": [
"storage"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+H",
"mac": "Shift+MacCtrl+H"
},
"description": "Start the extension to see calender"
}
}
}