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 for Google Calendar",
"version": "1.2.4",
"action": [],
"description": "Mark GQueues tasks complete directly in Google Calendar",
"icons": {
"16": "gqIcon16.png",
"48": "gqIcon48.png",
"128": "gqIcon128.png"
},
"author": "GQueues",
"background": {
"service_worker": "background.min.js",
"type": "module"
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https:\/\/calendar.google.com\/*"
],
"css": [
"gqueues-calendar-ext.min.css"
],
"js": [
"jquery-2.1.1.min.js",
"jquery-ui-1.11.2.min.js",
"gqueues-calendar-ext.min.js"
]
},
{
"run_at": "document_end",
"matches": [
"https:\/\/app.gqueues.com\/calendarext?*",
"https:\/\/www.gqueues.com\/calendar\/createEvents*",
"https:\/\/app.gqueues.com\/calendar\/createEvents*"
],
"js": [
"jquery-2.1.1.min.js",
"login-content-script.js"
]
}
],
"host_permissions": [
"https:\/\/calendar.google.com\/*"
],
"permissions": [
"scripting",
"storage"
],
"content_security_policy": [],
"web_accessible_resources": [
{
"resources": [
"images\/*",
"fonts\/*",
"fonts.css"
],
"matches": [
"https:\/\/calendar.google.com\/*"
]
}
]
}