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",
"name": "Huntington for QuickBooks Online",
"description": "Huntington is an embedded payment terminal that enhances the productivity and functionality of QuickBooks Online.",
"version": "1.0.18",
"manifest_version": 3,
"icons": {
"16": "images\/png\/icon-huntington.png",
"32": "images\/png\/icon-huntington.png",
"48": "images\/png\/icon-huntington.png",
"128": "images\/png\/icon-huntington.png"
},
"action": {
"default_popup": "html\/login-popup.html"
},
"permissions": [
"tabs",
"scripting",
"storage",
"alarms"
],
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.qbo.intuit.com\/*"
],
"css": [
"css\/bootstrap.css",
"css\/style.css",
"css\/chosen.css"
],
"js": [
"js\/jquery.js",
"js\/bootstrap.bundle.js",
"js\/chosen.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"css\/*.css"
],
"matches": [
"<all_urls>"
]
}
],
"host_permissions": [
"https:\/\/*.qbo.intuit.com\/*",
"https:\/\/*.huntingtonarconnect.com\/*"
],
"incognito": "split"
}