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", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "short_name": "Liner", "version": "7.17.0", "homepage_url": "https:\/\/getliner.com", "icons": { "16": "\/images\/icon\/icon-saved-16.png", "32": "\/images\/icon\/icon-saved-32.png", "48": "\/images\/icon\/icon-saved-48.png", "128": "\/images\/icon\/icon-saved-128.png" }, "action": { "default_title": "Save to Liner", "default_icon": { "16": "\/images\/icon\/icon-saved-16.png", "32": "\/images\/icon\/icon-saved-32.png", "48": "\/images\/icon\/icon-saved-48.png", "128": "\/images\/icon\/icon-saved-128.png" } }, "content_scripts": [ { "matches": [ "<all_urls>" ], "exclude_matches": [ "https:\/\/www.youtube.com\/watch*" ], "js": [ "\/liner-core.be.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/www.youtube.com\/watch*", "https:\/\/www.youtube-nocookie.com\/embed\/*", "https:\/\/www.youtube.com\/embed\/*" ], "exclude_matches": [ "https:\/\/www.youtube.com\/embed\/?*", "https:\/\/www.youtube.com\/embed?*" ], "all_frames": true, "js": [ "\/liner-core.be.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/getliner.com\/pdf\/checksum\/*", "https:\/\/*.getliner.com\/pdf\/checksum\/*" ], "css": [ "\/pdfCSS.css" ] } ], "background": { "service_worker": "backgrounds.js" }, "permissions": [ "tabs", "clipboardWrite", "storage", "scripting", "contextMenus" ], "host_permissions": [ "*:\/\/*\/*" ], "options_page": "\/options\/options.html", "commands": { "toggle-side-panel": { "suggested_key": "Ctrl+I", "description": "Open\/Close Copilot side panel" } } }