{ "manifest_version": 3, "name": "Jobjakt Quick Capture", "version": "1.0.0", "description": "Send the current vacancy to Jobjakt's reviewed import flow.", "permissions": ["activeTab", "contextMenus"], "action": { "default_title": "Save vacancy to Jobjakt" }, "background": { "service_worker": "background.mjs", "type": "module" } }