diff --git a/apps/appstore.json b/apps/appstore.json index ac0280b4..ab95c5a0 100644 --- a/apps/appstore.json +++ b/apps/appstore.json @@ -1,3 +1,4 @@ { - "type": "tildefriends-app" + "type": "tildefriends-app", + "emoji": "🛍" } \ No newline at end of file diff --git a/src/main.c b/src/main.c index 546300d7..0bf3dfe7 100644 --- a/src/main.c +++ b/src/main.c @@ -288,6 +288,7 @@ static int _tf_command_export(const char* file, int argc, char* argv[]) "admin", "api", "apps", + "appstore", "db", "docs", "follow",