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": "All-in-One Odoo ERP Extension", "author": "Ismail CHOUHAD", "description": "Supercharge your Odoo ERP with responsive, advanced dashboards, smart analytics, theme customization, dark mode, and more...", "version": "1.0.0", "action": { "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "storage", "activeTab" ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "fonts\/*.ttf", "images\/*.png" ] } ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "<all_urls>" ], "css": [ "lib\/gridstack.min.css", "lib\/flatpickr.min.css" ], "js": [ "lib\/echarts.min.js", "lib\/gridstack.min.js", "lib\/pdfLib.min.js", "lib\/xlsxJsStyle.min.js", "lib\/htmltoimage.min.js", "lib\/flatpickr.min.js", "content.js" ] }, { "run_at": "document_start", "matches": [ "<all_urls>" ], "world": "MAIN", "js": [ "content-main.js" ] } ] }