Logo
Logos are used by the products to visually identify the plugin in the web interface. We have two forms of logos, one displayed in InsightConnect, and the other displayed in the extension library.
Icon Requirements
icon.png
- Displayed in InsightConnect
- Size: 500px x 500px
- Transparent background
- File type: PNG
- Black & White logo
extension.png
- Displayed in extension library
- Size: 500px x 500px
- Transparent background
- File type: PNG
- Colored logo
Configuring
Once a logo is available, complete the following steps.
- Place an icon file named
icon.png
in the plugin's directory e.g.plugins/myplugin/icon.png
- Add the icon to the repository via
git add icon.png
Full example:
1cd plugins/myplugin2mv ~/Downloads/plugin-myplugin.png icon.png3git add icon.png plugin.spec.yaml4git commit -m "Add plugin icon"5git push origin myplugin
For the extension library logo, follow the same steps but for a file named extension.png
.
Did this page help you?