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": "Key Accept and Sync",
"description": "Keybank is an embedded payment terminal that enhances the productivity and functionality of QuickBooks Online.",
"version": "1.0.3",
"manifest_version": 3,
"icons": {
"16": "images\/png\/icon16.png",
"32": "images\/png\/icon32.png",
"48": "images\/png\/icon48.png",
"128": "images\/png\/icon128.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"
]
}
],
"host_permissions": [
"https:\/\/*.qbo.intuit.com\/*",
"https:\/\/*.keyacceptandsync.com\/*"
],
"incognito": "split"
}