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": "Salesforce Tool Suite", "version": "3.1.1", "description": "Compare Salesforce Metadata, Generate Metadata Excel Reports, Monitor Debug Logs, Explore Schema, & Bulk DML on Salesforce Metadata", "permissions": [ "downloads", "background", "notifications", "cookies", "tabs" ], "host_permissions": [ "http:\/\/*\/*.force.com", "https:\/\/*\/*.force.com", "https:\/\/*\/*.lightning.force.com" ], "icons": { "16": "\/assets\/images\/logo\/icon.png", "48": "\/assets\/images\/logo\/icon.png", "128": "\/assets\/images\/logo\/icon.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "\/assets\/images\/logo\/icon.png", "default_title": "Salesforce Schema Explorer", "default_popup": "popup.html" } }