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": "Career.tools - Auto Apply", "version": "1.0.1", "description": "auto fill resumes and apply to jobs", "icons": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "128": "logo128.png" }, "action": [], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "contentScript.js" ], "all_frames": false } ], "web_accessible_resources": [ { "resources": [ "contentScript.css", "Onest-VariableFont_wght.ttf", "Onest-VariableFont_wght.woff2", "directPage.html", "logo16.png" ], "matches": [ "<all_urls>" ] } ], "permissions": [ "storage", "activeTab", "webNavigation", "tabs" ] }