joplin-plugin-minimap 1.1.8 → 1.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-minimap",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "A hover-to-expand table of contents minimap for the Joplin note viewer",
5
5
  "author": "lim0513",
6
6
  "homepage": "https://github.com/lim0513/joplin-minimap",
@@ -2,12 +2,26 @@
2
2
  "manifest_version": 1,
3
3
  "id": "com.github.joplin-minimap",
4
4
  "app_min_version": "2.8",
5
- "version": "1.1.8",
5
+ "version": "1.1.9",
6
6
  "name": "Joplin Minimap",
7
7
  "description": "A hover-to-expand table of contents minimap for the note viewer. Shows heading tick marks on the right edge; hover to expand into a full ToC, click to jump.",
8
8
  "author": "lim0513",
9
9
  "homepage_url": "https://github.com/lim0513/joplin-minimap",
10
10
  "repository_url": "https://github.com/lim0513/joplin-minimap",
11
- "keywords": ["toc", "outline", "minimap", "table-of-contents"],
12
- "categories": ["appearance", "viewer"]
11
+ "keywords": [
12
+ "toc",
13
+ "outline",
14
+ "minimap",
15
+ "table-of-contents"
16
+ ],
17
+ "categories": [
18
+ "appearance",
19
+ "viewer"
20
+ ],
21
+ "icons": {
22
+ "16": "assets/icons/icon16.png",
23
+ "32": "assets/icons/icon32.png",
24
+ "48": "assets/icons/icon48.png",
25
+ "128": "assets/icons/icon128.png"
26
+ }
13
27
  }
Binary file