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": "Job Alchemy \u2013 Auto-Apply Jobs & Tailor Your CV with AI", "version": "1.1.0", "version_name": "development", "description": "Apply to jobs faster with AI. Autofill applications, generate tailored CVs, and boost your chances in a single click.", "permissions": [ "storage", "tabs", "activeTab", "clipboardWrite", "scripting", "sidePanel" ], "host_permissions": [ "<all_urls>", "http:\/\/localhost:5000\/*", "http:\/\/localhost:5173\/*", "https:\/\/dev.jobalchemy.ai\/*", "https:\/\/jobalchemy.ai\/*", "https:\/\/devserv.jobalchemy.ai\/*", "https:\/\/server.jobalchemy.ai\/*", "https:\/\/microservice.jobalchemy.ai\/*", "https:\/\/*.vercel.app\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' http:\/\/localhost:5000 https:\/\/server.jobalchemy.ai https:\/\/microservice.jobalchemy.ai https:\/\/firebaseapp.com https:\/\/identitytoolkit.googleapis.com https:\/\/securetoken.googleapis.com https:\/\/devserv.jobalchemy.ai https:\/\/accounts.google.com https:\/\/www.googleapis.com https:\/\/*.vercel.app;" }, "background": { "service_worker": "assets\/background.js", "type": "module" }, "side_panel": { "default_path": "pages\/popup\/popup.html" }, "web_accessible_resources": [ { "resources": [ "assets\/linkedin.js" ], "matches": [ "<all_urls>" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "oauth2": { "client_id": "230215513808-uhp7jc3vn8spr71noj7rgmo0b2o8ucnl.apps.googleusercontent.com", "scopes": [ "openid", "email", "profile" ] }, "options_page": "pages\/settings\/settings.html", "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "assets\/linkedin.js" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "assets\/cvInjection.js" ], "run_at": "document_idle" }, { "matches": [ "<all_urls>" ], "js": [ "assets\/content.js" ], "run_at": "document_idle" } ] }