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": "MAT", "description": "Monitors web activity on corporate devices to detect security threats and ensure compliance within our environment.", "version": "1.0.1", "manifest_version": 3, "icons": { "128": "logo-128.png" }, "action": { "default_icon": { "128": "logo-128.png" }, "default_popup": "src\/popup\/index.html" }, "background": { "service_worker": "src\/background\/main.js" }, "options_ui": { "page": "src\/settings\/index.html" }, "permissions": [ "tabs", "alarms", "notifications", "activeTab", "storage" ], "host_permissions": [ "http:\/\/127.0.0.1:5600\/api\/*", "http:\/\/127.0.0.1:5666\/api\/*" ] }