Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LibKey Nomad", "short_name": "LibKey Nomad", "version": "1.38.0", "author": "Third Iron LLC", "manifest_version": 3, "description": "One-click access to millions of scholarly articles.", "background": { "service_worker": ".\/static\/js\/background.js", "type": "module" }, "action": { "default_popup": "index.html", "default_title": "Welcome to LibKey Nomad" }, "options_page": ".\/index.html#\/select-library", "content_scripts": [ { "css": [ ".\/static\/css\/content.css" ], "js": [ ".\/browser-polyfill.js", ".\/static\/js\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ] } ], "web_accessible_resources": [ { "resources": [ "images\/libkey-nomad-flame.png", "images\/browzine-logo.png", "domains.json", "ebook-domains.json" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ] } ], "permissions": [ "storage", "alarms" ], "storage": { "managed_schema": "schema.json" }, "icons": { "16": "icons\/libkey-nomad-flame-16.png", "32": "icons\/libkey-nomad-flame-32.png", "48": "icons\/libkey-nomad-flame-48.png", "128": "icons\/libkey-nomad-flame-128.png" } }