Skip to content

Commit 2acae94

Browse files
authored
Merge pull request #892 from cyevgeniy/main
Add Lmst app
2 parents d4ad05d + 77de8a9 commit 2acae94

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

data/apps.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import tootdesk from "../public/apps/tootdesk.png"
3232
import tooty from "../public/apps/tooty.png"
3333
import moshidon from "../public/apps/moshidon.png"
3434
import litterbox from "../public/apps/litterbox.png"
35+
import lmst from "../public/apps/lmst.png"
3536
import zonepane from "../public/apps/zonepane.png"
3637
import fedistar from "../public/apps/fedistar.png"
3738
import amidon from "../public/apps/amidon.png"
@@ -358,6 +359,13 @@ export const apps: appsList = {
358359
url: "https://litterbox.koyu.space",
359360
open: false,
360361
},
362+
{
363+
name: "Lmst",
364+
icon: lmst,
365+
url: "https://lmst.online",
366+
open: true,
367+
source_url: "https://github.com/cyevgeniy/lmst",
368+
},
361369
{
362370
name: "Tooty",
363371
icon: tooty,

public/apps/lmst.png

25.1 KB
Loading

0 commit comments

Comments
 (0)