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": "Pinch Plus",
"version": "0.6.5",
"description": "Pinch Payments Chrome Extension",
"minimum_chrome_version": "116",
"background": {
"service_worker": "js\/pinch-background.js"
},
"side_panel": {
"default_path": "html\/sidepanel.html"
},
"content_scripts": [
{
"js": [
"js\/pinch-content-xero.js"
],
"matches": [
"https:\/\/go.xero.com\/*"
]
},
{
"js": [
"js\/pinch-content-qb.js"
],
"matches": [
"https:\/\/app.qbo.intuit.com\/*",
"https:\/\/qbo.intuit.com\/*"
]
},
{
"js": [
"js\/pinch-content-hubspot.js"
],
"matches": [
"https:\/\/app.hubspot.com\/*"
]
},
{
"js": [
"js\/pinch-content-cin7.js"
],
"matches": [
"https:\/\/inventory.dearsystems.com\/*"
]
},
{
"js": [
"js\/pinch-content-fieldinsight.js",
"js\/pinch-content-metadata.js"
],
"matches": [
"https:\/\/app.fieldinsight.com\/*"
]
},
{
"js": [
"js\/pinch-content-quickb2b.js",
"js\/pinch-content-metadata.js"
],
"matches": [
"https:\/\/go.quickb2b.com\/*"
]
},
{
"js": [
"js\/pinch-content-pooltrackr.js"
],
"matches": [
"https:\/\/*.pooltrackr.com\/*"
],
"world": "ISOLATED"
}
],
"permissions": [
"sidePanel",
"tabs"
],
"host_permissions": [
"https:\/\/app.getpinch.com.au\/*"
],
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
}
}