Skip to content

Commit

Permalink
fix: manifest entrypoint icons
Browse files Browse the repository at this point in the history
  • Loading branch information
thejustinwalsh committed Jun 22, 2021
1 parent 0671226 commit b81e112
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugin/manifest.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"host": [
{
"app": "PS",
"minVersion": "21.0.0"
"minVersion": "22.0.0"
}
],
"manifestVersion": 4,
Expand All @@ -17,6 +17,10 @@
"label": {
"default": "<%= label %>"
},
"icons": [
{ "width": 32, "height": 32, "path": "icons/icon_D.png", "scale": [ 1, 2 ], "theme": [ "dark", "darkest" ], "species": [ "generic" ] },
{ "width": 32, "height": 32, "path": "icons/icon_N.png", "scale": [ 1, 2 ], "theme": [ "lightest", "light" ], "species": [ "generic" ] }
],
"minimumSize": {
"width": 230,
"height": 200
Expand Down

0 comments on commit b81e112

Please sign in to comment.