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": "Bulk MS Teams Message Removal", "version": "0.1.1", "action": { "default_title": "Show the popup", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "service_worker": "compiled\/background.js" }, "permissions": [ "storage", "identity" ], "host_permissions": [ "https:\/\/login.microsoftonline.com\/common\/oauth2\/v2.0\/*", "https:\/\/api.lemonsqueezy.com\/v1\/*", "https:\/\/graph.microsoft.com\/v1.0\/teams\/*" ], "manifest_version": 3 }