By: JemXiaolong
Inspect and view changes in Potato Debug - Odoo 19 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Potato Debug - Odoo 19",
"version": "1.1.1",
"description": "Toggle Odoo 19 debug mode with a friendly potato. Supports debug, assets, and off modes.",
"author": "Agromarin Dev Team",
"icons": {
"16": "icons/off-16.png",
"32": "icons/off-32.png",
"48": "icons/off-48.png",
"128": "icons/off-128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "potato-debug@agromarin.mx",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"activeTab",
"tabs",
"*://localhost/*",
"*://127.0.0.1/*"
],
"browser_action": {
"default_icon": {
"16": "icons/off-16.png",
"32": "icons/off-32.png",
"48": "icons/off-48.png"
},
"default_title": "Potato Debug - Odoo 19",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*://localhost/*",
"*://127.0.0.1/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
]
} Best Potato Debug - Odoo 19 Alternatives
Here are some Firefox add-ons that are similar to Potato Debug - Odoo 19: