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": "AI Resume Generator by Job Description - Beat the ATS Systems - ATS Killer", "version": "1.4.1", "description": "Use AI to rewrite your resume and cover letter based on the job you are viewing right from Linkedin and Indeed!", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "sidePanel", "storage", "activeTab", "scripting" ], "host_permissions": [ "*:\/\/*.linkedin.com\/jobs\/view\/*", "*:\/\/*.linkedin.com\/jobs\/search\/*", "*:\/\/*.linkedin.com\/jobs\/collections\/*", "*:\/\/*.indeed.com\/*" ], "action": { "default_icon": "icon16.png", "default_title": "ATS Killer" }, "background": { "service_worker": "background.js" }, "side_panel": { "default_path": "popup.html" } }