diff --git a/package.json b/package.json index a5d78e6..dd594d8 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,14 @@ "watchface": false }, "resources": { - "media": [] + "media": [ + { + "file": "images/menu_icon.png", + "name": "MENU_ICON", + "menuIcon": true, + "type": "bitmap" + } + ] } } } diff --git a/resources/images/menu_icon.png b/resources/images/menu_icon.png new file mode 100644 index 0000000..5434386 Binary files /dev/null and b/resources/images/menu_icon.png differ