diff --git a/CloudronManifest.json b/CloudronManifest.json index 19e53c7..59c1751 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -8,5 +8,6 @@ "httpPort": 1200, "addons": { "localstorage": {} - } + }, + "icon": "file://logo.png" } diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..6754fdb Binary files /dev/null and b/logo.png differ