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": "Silk - Privacy Pass Client", "manifest_version": 3, "description": "Client support for Privacy Pass anonymous authorization protocol.", "version": "4.0.2", "icons": { "32": "icons\/32\/gold.png", "48": "icons\/48\/gold.png", "64": "icons\/64\/gold.png", "128": "icons\/128\/gold.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "declarativeNetRequest", "storage", "tabs", "webRequest" ], "options_ui": { "page": "options\/index.html" }, "host_permissions": [ "<all_urls>" ] }