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": "iboss Cloud Connector", "description": "Zero Trust Connector", "version": "1.0.30", "icons": { "16": "logos\/iboss-logo-16.png", "48": "logos\/iboss-logo-48.png", "128": "logos\/iboss-logo-128.png" }, "storage": { "managed_schema": "schema.json" }, "incognito": "spanning", "options_page": "\/index.html#options", "action": { "default_popup": "index.html" }, "permissions": [ "browsingData", "enterprise.deviceAttributes", "enterprise.networkingAttributes", "identity", "identity.email", "management", "notifications", "proxy", "webRequest", "webRequestAuthProvider" ], "web_accessible_resources": [ { "resources": [ "index.html", "static\/js\/*.js", "static\/css\/*.css" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js" } }