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": "Lightspeed Negative Inventory Validator",
"version": "1.0",
"description": "Automatic item quantity validation on sales page in Lightspeed ERP.",
"permissions": [],
"icons": {
"16": "Icons\/logo.png",
"48": "Icons\/logo.png",
"128": "Icons\/logo.png"
},
"host_permissions": [
"https:\/\/us.merchantos.com\/*",
"https:\/\/lightspeedr-series.azure-api.net\/tokens\/GetAccessToken",
"https:\/\/api.lightspeedapp.com\/API\/V3\/Account\/309415\/Item\/*.json?load_relations=all"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/us.merchantos.com\/*"
],
"js": [
"content.js"
]
}
]
}