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, "version": "1.26.0", "name": "JobSwift.AI - Apply For A Job Differently", "description": "JobSwift.AI's extension enables rapid job applications by auto-populating forms with your CV data, reducing errors and saving time", "permissions": [ "tabs", "activeTab", "scripting", "identity", "downloads", "storage", "management" ], "host_permissions": [ "https:\/\/api.jobswift.ai\/*", "https:\/\/auth.jobswift.ai\/*", "https:\/\/app.jobswift.ai\/*" ], "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "96": "icon\/96.png", "128": "icon\/128.png" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "src\/background.js" }, "browser_specific_settings": { "gecko": { "id": "{9cf79223-1a65-4e6f-86e1-7e55a3297639}" } }, "content_scripts": [ { "matches": [ "https:\/\/app.jobswift.ai\/*" ], "js": [ "src\/contentScript.js" ], "run_at": "document_start" } ] }