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": "Libdata App Extension", "description": "Displays LibData session information.", "icons": { "16": "assets\/libshieldicon16.png", "128": "assets\/libshieldicon128.png" }, "version": "0.1.204", "background": { "service_worker": "background.js" }, "permissions": [ "login", "webRequest", "webRequestAuthProvider", "proxy", "storage", "background", "power", "enterprise.deviceAttributes", "browsingData", "printerProvider", "alarms" ], "host_permissions": [ "<all_urls>" ], "storage": { "managed_schema": "settings_schema.json" } }