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": "Chargezoom for QuickBooks Online",
"description": "Chargezoom is an embedded payment terminal that enhances the productivity and functionality of QuickBooks Online.",
"version": "1.5.0",
"icons": {
"16": "images\/png\/icon.png",
"32": "images\/png\/icon.png",
"48": "images\/png\/icon.png",
"128": "images\/png\/icon.png"
},
"action": {
"default_popup": "src\/popup\/index.html"
},
"permissions": [
"tabs",
"scripting",
"storage",
"alarms"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-DVeuLJlK.js"
],
"matches": [
"https:\/\/*.qbo.intuit.com\/*"
],
"css": [
"assets\/index-WORlHTjQ.css"
]
}
],
"host_permissions": [
"https:\/\/*.qbo.intuit.com\/*",
"https:\/\/*.payportal.com\/*"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.qbo.intuit.com\/*"
],
"resources": [
"images\/svg\/*.svg",
"images\/png\/*.png",
"assets\/index-DWAKouE0.js",
"assets\/factory-Wv4FwXQm.js",
"assets\/tokens-B2qyW9z4.js",
"assets\/index.ts-BXH66vt7.js",
"images\/svg\/*.svg",
"images\/png\/*.png"
],
"use_dynamic_url": false
}
],
"incognito": "split"
}