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": "Hyland NilRead WinMan", "version": "1.1", "description": "Hyland NilRead WinMan", "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "storage", "tabs" ], "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "run_at": "document_start", "js": [ "contentScript.js" ] } ], "manifest_version": 3, "content_security_policy": [], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }