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": "__MSG_name__", "version": "1.0.30", "manifest_version": 3, "description": "__MSG_description__", "default_locale": "en", "icons": { "16": ".\/assets\/Vector-16.png", "32": ".\/assets\/Vector-32.png", "64": ".\/assets\/Vector-64.png", "128": ".\/assets\/Vector-64.png" }, "permissions": [ "tabs", "activeTab", "cookies", "storage", "scripting" ], "host_permissions": [ "https:\/\/www.linkedin.com\/*", "*:\/\/*.lykoza.com\/*" ], "action": { "default_title": "Lykoza extension", "default_popup": ".\/popup\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.lykoza.com\/*", "*:\/\/*.linkedin.com\/*" ], "run_at": "document_idle", "all_frames": false, "js": [ ".\/content-script.js" ] } ], "web_accessible_resources": [ { "resources": [ "content-style.css", "injections\/import\/*" ], "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.lykoza.com\/*" ] } ], "background": { "service_worker": "background.js" }, "commands": { "get-cookie": { "suggested_key": { "default": "Alt+Shift+C" }, "description": "Get session cookies" } }, "externally_connectable": { "matches": [ "*:\/\/*.lykoza.com\/*" ] } }