Skip to content

Commit c9e28ed

Browse files
committed
support exporting by button in separate message display window
1 parent 4355944 commit c9e28ed

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/release.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ Export via:
1919
- Context menu
2020
- Hotkey
2121

22-
Tabs:
22+
Tabs/windows:
2323

2424
- Mail tab with mail body
2525
- Mail tab without mail body
2626
- Mail in a separate tab
27+
- Mail in a separate window

manifest.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@
1212
}
1313
},
1414
"background": {
15-
"scripts": [
16-
"dist/background.js"
17-
]
15+
"scripts": ["dist/background.js"]
1816
},
1917
"browser_action": {
2018
"default_title": "Joplin Export",
21-
"default_icon": "images/logo_96_blue.png"
19+
"default_icon": "images/logo_96_blue.png",
20+
"default_windows": ["normal", "messageDisplay"]
2221
},
2322
"commands": {
2423
"export_to_joplin": {

0 commit comments

Comments
 (0)