Files
jobtrackingapp/browser-extension/manifest.json
T
2026-08-31 22:23:34 +02:00

15 lines
363 B
JSON

{
"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"
}
}