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": "__MSG_Name__", "version": "1.0.1", "default_locale": "en", "description": "__MSG_Description__", "permissions": [ "tabs", "cookies", "storage" ], "host_permissions": [ "https:\/\/*.force.com\/*", "https:\/\/*.salesforce.com\/*" ], "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "action": { "default_popup": "popup.html", "default_icon": "assets\/icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.force.com\/*", "https:\/\/*.salesforce.com\/*" ], "js": [ "assets\/js\/loader.js" ], "run_at": "document_idle" } ], "background": { "service_worker": "assets\/js\/background.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "assets\/js\/content.js", "assets\/js\/utils.js" ], "matches": [ "<all_urls>" ] } ] }