-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
40 lines (40 loc) · 927 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "LinkedIn™ Profile to CV",
"description": "Export LinkedIn™ Profile to PDF CV or Resume",
"version": "1.0.2",
"manifest_version": 3,
"browser_specific_settings": {
"gecko": {
"id": "{ccc69b00-3d9b-4458-b34d-187b0041386d}"
}
},
"icons": {
"16": "static/images/icon16.png",
"32": "static/images/icon32.png",
"48": "static/images/icon48.png",
"128": "static/images/icon128.png"
},
"action": {
"default_popup": "popup/popup.html"
},
"permissions": [
"activeTab",
"scripting"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+Y",
"mac": "MacCtrl+Shift+Y"
},
"description": "Activate the extension"
},
"export_cv": {
"suggested_key": {
"default": "Ctrl+Shift+E",
"mac": "MacCtrl+Shift+E"
},
"description": "Export LinkedIn to CV"
}
}
}