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": "ChromeSal", "description": "This extension allows ChromeOS devices to report to Sal. This extension must be installed on a managed device to function.", "version": "3.2.1", "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/active_16.png", "48": "icons\/active_48.png", "128": "icons\/active_128.png" }, "short_name": "ChromeSal", "permissions": [ "system.memory", "system.cpu", "system.storage", "management", "storage", "enterprise.deviceAttributes", "alarms", "identity", "identity.email" ], "storage": { "managed_schema": "schema.json" }, "minimum_chrome_version": "88", "action": { "default_icon": "icons\/active_128.png", "default_popup": "popup.html" }, "content_security_policy": { "service_worker": "script-src 'self' 'unsafe-eval'; object-src 'self'" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] }