Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Sep 19, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Workspace Hub",
"version": "1.1.0",
"description": "Snel naar Gmail, Agenda, Taken, Drive en meer \u2014 met overzicht, badges en Quick Add.",
"homepage_url": "https:\/\/github.com\/haarmanh\/workspace-hub",
"action": {
"default_popup": "standalone.html",
"default_title": "Workspace Hub"
},
"permissions": [
"identity",
"storage",
"alarms",
"tabs"
],
"host_permissions": [
"https:\/\/www.googleapis.com\/*",
"https:\/\/generativelanguage.googleapis.com\/*"
],
"oauth2": {
"client_id": "731207963469-np4vh8p2578t8tg28ejd95cs6aoodv6a.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/gmail.readonly",
"https:\/\/www.googleapis.com\/auth\/calendar.readonly",
"https:\/\/www.googleapis.com\/auth\/tasks.readonly",
"https:\/\/www.googleapis.com\/auth\/drive.metadata.readonly"
]
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}