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": "Barracuda Chromebook Security For BCS", "description": "Barracuda Chromebook Security For BCS Extension is designed to protect you from malicious and inappropriate web content", "version": "2.0.0", "minimum_chrome_version": "110", "icons": { "16": "images\/BCS_16x16.png", "48": "images\/BCS_48x48.png", "128": "images\/BCS_128x128.png" }, "action": { "default_popup": "popup.html", "default_title": "Barracuda Chromebook Security For BCS", "default_icon": { "16": "images\/BCS_16x16.png", "48": "images\/BCS_48x48.png", "128": "images\/BCS_128x128.png" } }, "background": { "service_worker": "background.js" }, "host_permissions": [ "<all_urls>" ], "permissions": [ "activeTab", "identity", "identity.email", "storage", "unlimitedStorage", "webRequest", "webRequestBlocking", "alarms", "proxy", "enterprise.deviceAttributes", "management", "offscreen" ], "storage": { "managed_schema": "schema.json" }, "web_accessible_resources": [ { "resources": [ "blockpage.html", "block_resource.html", "blockpage.js", "redirectpage.html", "redirectpage.js", "spinner.gif", "types.js" ], "matches": [ "<all_urls>" ] } ] }