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": "Notchup Auto Apply", "description": "Streamline your job search with AI-powered auto-apply on LinkedIn", "version": "1.2", "action": { "default_title": "Notchup Auto Apply", "default_popup": "defaultInput.html", "default_icon": { "16": "assets\/notchup-icon16.png", "32": "assets\/notchup-icon32.png", "48": "assets\/notchup-icon48.png", "128": "assets\/notchup-icon.png" } }, "icons": { "16": "assets\/notchup-icon16.png", "32": "assets\/notchup-icon32.png", "48": "assets\/notchup-icon48.png", "128": "assets\/notchup-icon.png" }, "background": { "service_worker": "background.min.js" }, "content_scripts": [ { "js": [ "popup.min.js", "content.min.js" ], "matches": [ "https:\/\/www.linkedin.com\/*" ] } ], "host_permissions": [ "https:\/\/*.notchup.com\/", "https:\/\/www.linkedin.com\/*" ], "permissions": [ "storage", "downloads", "activeTab", "tabs", "cookies" ] }