diff --git a/package.json b/package.json index ee77020..acab3e1 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,14 @@ ], "resources": { "media": [ + { + "file": "menu_icon.png", + "memoryFormat": "Smallest", + "name": "MENU_ICON", + "spaceOptimization": "storage", + "type": "bitmap", + "menuIcon": true + }, { "file": "E.png", "memoryFormat": "Smallest", diff --git a/resources/menu_icon.png b/resources/menu_icon.png new file mode 100644 index 0000000..7684cc5 Binary files /dev/null and b/resources/menu_icon.png differ