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.

InsightConnect Plugins

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.

  1. Place an icon file named icon.png in the plugin's directory e.g. plugins/myplugin/icon.png
  2. Add the icon to the repository via git add icon.png

Full example:

1
cd plugins/myplugin
2
mv ~/Downloads/plugin-myplugin.png icon.png
3
git add icon.png plugin.spec.yaml
4
git commit -m "Add plugin icon"
5
git push origin myplugin

For the extension library logo, follow the same steps but for a file named extension.png.