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", "manifest_version": 3, "name": "HR.KITCHEN", "version": "2.7", "description": "", "background": { "service_worker": "assets\/background.js" }, "action": { "default_popup": "index.html", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" } }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/hh.ru\/*" ], "js": [ "assets\/popup.js", "assets\/content-script.js" ] } ], "host_permissions": [ "https:\/\/www.linkedin.com\/*" ], "permissions": [ "tabs", "activeTab", "scripting" ] }