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": "Ventipix Asset & Inventory Manager Side Panel",
"version": "1.3.2",
"description": "Use web page context to create to-do tasks related to assets, inventories, deliveries, and campaigns or manage existing tasks.",
"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:\/\/ai.ventipix.com\/*"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+B",
"mac": "Command+B"
}
}
},
"externally_connectable": {
"matches": [
"https:\/\/ai.ventipix.com\/*"
]
}
}