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,
"name": "GQueues Chrome Extension",
"version": "1.2.4",
"description": "Easily create tasks for GQueues - the task manager built for teams on Google Workspace.",
"icons": {
"16": "gqIcon16.png",
"48": "gqIcon48.png",
"128": "gqIcon128.png"
},
"action": {
"default_icon": {
"16": "gqIcon16.png",
"48": "gqIcon48.png",
"128": "gqIcon128.png"
},
"default_popup": "html\/gqueues.html"
},
"omnibox": {
"keyword": "gq"
},
"author": "GQueues",
"background": {
"service_worker": "background.min.js",
"type": "module"
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https:\/\/app.gqueues.com\/chromeext?*"
],
"js": [
"jquery-1.5.2.min.js",
"login-content-script.js"
]
}
],
"permissions": [
"activeTab",
"contextMenus",
"storage"
],
"content_security_policy": []
}