diff --git a/README.md b/README.md index aa1f811..67c5f16 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ -# Joplin note overview +# Joplin note overview A note overview is created based on the defined search and the specified fields. diff --git a/img/icon.svg b/img/icon.svg new file mode 100644 index 0000000..73fb0c3 --- /dev/null +++ b/img/icon.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/icon_256.png b/img/icon_256.png new file mode 100644 index 0000000..c140862 Binary files /dev/null and b/img/icon_256.png differ diff --git a/img/icon_32.png b/img/icon_32.png new file mode 100644 index 0000000..407feb7 Binary files /dev/null and b/img/icon_32.png differ diff --git a/src/manifest.json b/src/manifest.json index e1ed74b..c454e52 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -8,5 +8,10 @@ "author": "JackGruber", "homepage_url": "https://github.com/JackGruber/joplin-plugin-note-overview/blob/master/README.md", "repository_url": "https://github.com/JackGruber/joplin-plugin-note-overview", - "keywords": ["search", "overview", "savedsearch", "saved", "query"] + "keywords": ["search", "overview", "savedsearch", "saved", "query"], + "categories": ["productivity"], + "screenshots": [], + "icons": { + "256": "img/icon_256.png" + } }