Icon.png files won’t update

I have been trying to create a png file for my plugin. I have had several attempts and am slowly getting there but…
The latest icon only shows up on a browser that has not ‘seen’ the earlier attempts.
How do I ‘flush’ the unwanted files from a browser / Volumio?
I have tried resetting album art.
I have turned iPads off and back on.

I am running out of machines to test it on!

No doubt I’m missing something simple.

Hey,
You don’t say where this icon is supposed to be displayed!
Can you give more details?

Sorry. It’s on the home menu. I’ve been adapting the Randomizer assets/randomizer.png



if you comment


/*
httpcaller.prototype.addToBrowseSources = function () {

	// Use this function to add your music service plugin to music sources
    //var data = {name: 'Spotify', uri: 'spotify',plugin_type:'music_service',plugin_name:'spop'};
    this.commandRouter.volumioAddToBrowseSources(data);
};

httpcaller.prototype.handleBrowseUri1 = function (curUri) {
    var self = this;

    //self.commandRouter.logger.info(curUri);
    var response;


    return response;
};

*/

even if I don’t know what you want to achieve :upside_down_face: