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": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.3", "action": { "default_title": "Show the popup", "default_popup": "popup.html" }, "default_locale": "en", "icons": { "16": "images\/bulk-slack-deactivate-users-16.png", "32": "images\/bulk-slack-deactivate-users-32.png", "48": "images\/bulk-slack-deactivate-users-48.png", "128": "images\/bulk-slack-deactivate-users-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.slack.com\/admin" ], "js": [ "compiled\/content-script.js" ], "run_at": "document_start" } ], "background": { "service_worker": "compiled\/background.js" }, "permissions": [ "storage", "webRequest" ], "host_permissions": [ "*:\/\/*.slack.com\/", "https:\/\/api.lemonsqueezy.com\/v1\/*" ], "manifest_version": 3 }