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", "name": "Nuxeo Dev Tools", "version": "4.0.3", "version_name": "4.0.3", "manifest_version": 3, "description": "A handy collection of shortcuts and tools for the Nuxeo developer", "icons": { "16": "images\/nuxeo-16.png", "128": "images\/nuxeo-128.png" }, "default_locale": "en", "background": { "service_worker": "main-chrome.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "activeTab", "cookies", "declarativeNetRequest", "declarativeNetRequestFeedback", "notifications", "storage", "tabs" ], "host_permissions": [ "https:\/\/nos-preprod-connect.nuxeocloud.com\/*", "https:\/\/connect.nuxeo.com\/*" ], "optional_host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "omnibox": { "keyword": "nx" }, "action": { "default_icon": { "19": "images\/nuxeo-19.png", "38": "images\/nuxeo-38.png" }, "default_title": "Nuxeo Dev Tools", "default_popup": "popup\/index.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content-script.js" ] } ] }