Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Interesting, that step should not be necessary but I will see what can do to streamline this in the future (perhaps run if exists -> unlink).I found it and deleted all three files. Regenerated the screenshot and it finally stuck. Thanks for the tip!
//Get size in bytes
$weight = filesize("screens/{$cleanurl}.png");
////////////////////////
//Check for good image
if($weight < 13000) {
$base = new base;
$base->get_file_size($file_path)
$base->get_file_size($file_path, true)