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",
"manifest_version": 3,
"name": "Ticketing.events Side Panel",
"version": "1.3.2",
"description": "Make event planning easier by managing to-do checklists for many aspects of an event.",
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_title": "Click to open panel"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"permissions": [
"sidePanel",
"contextMenus",
"storage",
"alarms",
"notifications"
],
"host_permissions": [
"https:\/\/ticketing.events\/*"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Q",
"mac": "Command+Q"
}
}
},
"externally_connectable": {
"matches": [
"https:\/\/ticketing.events\/*"
]
}
}