We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4355944 commit c9e28edCopy full SHA for c9e28ed
doc/release.md
@@ -19,8 +19,9 @@ Export via:
19
- Context menu
20
- Hotkey
21
22
-Tabs:
+Tabs/windows:
23
24
- Mail tab with mail body
25
- Mail tab without mail body
26
- Mail in a separate tab
27
+- Mail in a separate window
manifest.json
@@ -12,13 +12,12 @@
12
}
13
},
14
"background": {
15
- "scripts": [
16
- "dist/background.js"
17
- ]
+ "scripts": ["dist/background.js"]
18
"browser_action": {
"default_title": "Joplin Export",
- "default_icon": "images/logo_96_blue.png"
+ "default_icon": "images/logo_96_blue.png",
+ "default_windows": ["normal", "messageDisplay"]
"commands": {
"export_to_joplin": {
0 commit comments