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": "Make DevTool", "short_name": "Make DevTool", "version": "2.7.0", "description": "Inspect your scenarios in Make at a glance!", "author": "[email protected]", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png", "1024": "icons\/1024.png" }, "minimum_chrome_version": "88.0", "devtools_page": "index.html", "permissions": [ "scripting", "storage", "activeTab" ], "externally_connectable": { "ids": [ "*" ] }, "background": { "presistent": false, "service_worker": "service_worker.js" }, "content_security_policy": { "extension_pages": "default-src 'self'; script-src-elem 'self' static.integromat.com data: https:\/\/static.integromat.com; connect-src * data: blob: filesystem:;style-src 'self' 'unsafe-inline' static.integromat.com data: https:\/\/fonts.googleapis.com https:\/\/static.integromat.com https:\/\/cdn.make.com; img-src 'self' static.integromat.com data: https:\/\/static.integromat.com cdn.make.com data: https:\/\/cdn.make.com; frame-src 'self' data:;font-src 'self' static.integromat.com data: https:\/\/fonts.gstatic.com https:\/\/static.integromat.com https:\/\/cdn.make.com; media-src * data: blob: filesystem:;object-src 'self';" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }