It inlines the icon used for the more button into the program text. The original icon still remains in the resources folder.
Motivation
Inlining the icon allows the entire app to more easily be inlined into a single html using the inliner tool in npm. This is the only icon used by the app. The only other thing needed is advanced compilation. With that addition, the app can be inlined in a single command.
What does this do?
It inlines the icon used for the more button into the program text. The original icon still remains in the resources folder.
Motivation
Inlining the icon allows the entire app to more easily be inlined into a single html using the inliner tool in npm. This is the only icon used by the app. The only other thing needed is advanced compilation. With that addition, the app can be inlined in a single command.