You’ll be presented with a full copy of the HTML code that Shortcuts is using to create launchers on the home screen. But enough with the technical details. Let’s take a look at how the shortcut works ...
The "trick" is to make use of (which should be overlooked by many developers) in Android Manifest. Each <activity-alias> is: Representing an app icon Can be enabled or disabled to make the desired app ...
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="<?php echo get_template_directory_uri(); ?>/library/images/apple-touch-icon-57x57-precomposed.png"> <link ...