Skip to content

Commit

Permalink
Merge pull request #138 from andrejilderda/chore/update-manifest
Browse files Browse the repository at this point in the history
chore: add images to plugin manifest
  • Loading branch information
andrejilderda authored May 12, 2024
2 parents 82206be + 5a1c6d9 commit f819c86
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/quiet-jeans-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"joplin-plugin-macos-theme": patch
---

chore: add images to plugin manifest
Binary file added images/icon-128.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 images/icon-16.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 images/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.
Binary file added images/icon-48.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 images/promo_tile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 15 additions & 7 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,19 @@
"author": "Andre Jilderda",
"homepage_url": "https://github.com/ajilderda/joplin-macos-native-theme",
"repository_url": "https://github.com/ajilderda/joplin-macos-native-theme",
"keywords": [
"joplin",
"joplin-plugin",
"theme",
"css",
"macos"
]
"keywords": ["joplin", "joplin-plugin", "theme", "css", "macos"],
"screenshots": [
{
"src": "images/macos-theme-for-joplin.png"
}
],
"icons": {
"16": "images/icon-16.png",
"32": "images/icon-32.png",
"48": "images/icon-48.png",
"128": "images/icon-128.png"
},
"promo_tile": {
"src": "images/promo_tile.png"
}
}

0 comments on commit f819c86

Please sign in to comment.