feat(capture): add minimal browser extension
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user