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": "Odoo - MOTO Payments",
"version": "2.0",
"description": "Modifies Odoo to allow for phone\/mail order payments on behalf of customers.",
"permissions": [
"activeTab",
"clipboardRead"
],
"host_permissions": [
"*:\/\/*.odoo.com\/*",
"*:\/\/*.klingspor.com\/*"
],
"action": {
"default_icon": "icons\/icon128.png"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.odoo.com\/*",
"*:\/\/*.klingspor.com\/*"
],
"js": [
"content.js"
]
}
]
}