Skip to content

Commit

Permalink
Add selection of apps to web app manager
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcain committed Feb 22, 2022
1 parent c73c0f0 commit fb388d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/utils/other/webapp_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ Widget WebAppManagerHomePage() {
"Discord", "Chat, Talk & Hangout", "com.discordapp.discord.json"),
webApp("Visual Studio Code", "Code editing. Redefined.",
"dev.vscode.app.json"),
webApp("Google", "Google Search", "com.google.search.json"),
webApp("Townscaper", "City builder game",
"com.oskarstalberg.townscaper.json"),
webApp("dahliaOS Documentation", "dahliaOS Documentation",
"io.dahliaos.documentation.json"),
webApp("Minecraft Classic", "Minecraft Classic Online",
"net.minecraft.classic.json"),
]),
),
);
Expand Down

0 comments on commit fb388d1

Please sign in to comment.