Skip to content

Commit

Permalink
Add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
JackGruber committed Jan 10, 2024
1 parent bd49c66 commit 2570809
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Joplin Backup Plugin
# Joplin Backup Plugin <img src=img/icon_32.png>

A plugin to extend Joplin with a manual and automatic backup function.

Expand Down
28 changes: 28 additions & 0 deletions img/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icon_256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icon_32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@
],
"categories": ["productivity", "files"],
"screenshots": [],
"icons": {}
"icons": {
"256": "img/icon_256.png"
}
}

0 comments on commit 2570809

Please sign in to comment.