Hi, I'm creating a plugin for cPanel and everything is going well so far, except the icon shows up blank.
I created an install.json file with the contents:
[
{
"icon" : "tomcat_48x48.png",
"group_id" : "software",
"order" : 998,
"name" : "Java",
"type" : "link",
"id"...