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": "MP",
"version": "2.1.6",
"description": "Payment processing",
"icons": {
"128": "icon.png"
},
"permissions": [
"activeTab",
"storage",
"webRequest",
"webNavigation"
],
"host_permissions": [
"https:\/\/*.smrtapp.com\/*",
"https:\/\/*.azurewebsites.net\/*"
],
"background": {
"service_worker": "background\/background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.smrtapp.com\/*"
],
"js": [
"event-logger.js",
"store-selector.js",
"order-button.js",
"button-mutator.js",
"spin-payments\/transaction-status.js",
"spin-payments\/card-processor.js",
"spin-payments\/cash-processor.js",
"cashbox\/state.js",
"cashbox\/api.js",
"cashbox\/ui.js",
"cashbox\/main.js",
"content.js"
]
}
],
"action": {
"default_popup": "settings-popup.html"
},
"web_accessible_resources": [
{
"resources": [
"cashbox.html",
"cashbox-ui.js"
],
"matches": [
"https:\/\/*.smrtapp.com\/*"
]
}
]
}