Hi
I’ve completed my plugin, beta testing and there is one thing I cannot get my head around. I have looked at everyone else’s examples and solutions, included them and still my dock icon doesn’t show.Can someone help me understand how this works. Here is the section of the manifest I assume it needs to be in.
“type”: “plugin”,
“manifestVersion”: 5,
“entrypoints”: \[
{
“type”: “panel”,
“id”: “conceptColour.panel”,
“label”: { “default”: “Concept Colour Palette Creator” },
“icons”: \[
{“width”: 23, “height”: 23, “path”: “icons/icon.png”, “scale”: \[1\], “theme”: \[“dark”, “darkest”\]},
{“width”: 46, “height”: 46, “path”: “icons/icon@2x.png”, “scale”: \[2\], “theme”: \[“dark”, “darkest”\]},
{“width”: 23, “height”: 23, “path”: “icons/icon.png”, “scale”: \[1\], “theme”: \[“lightest”, “light”, “medium”\]},
{“width”: 46, “height”: 46, “path”: “icons/icon@2x.png”, “scale”: \[2\], “theme”: \[“lightest”, “light”, “medium”\]}
\],
“minimumSize”: { “width”: 320, “height”: 400 },
“maximumSize”: { “width”: 800, “height”: 1000 },
“preferredDockedSize”: { “width”: 360, “height”: 500 },
“preferredFloatingSize”: { “width”: 360, “height”: 500 },
“main”: “index.html”
},
Is this correct? Wrong? Does the PNG need to be 72dpi, can it be a SVG? Can it be 300dpi?
Thanks in advance
Rob
