Cleanup main apps manifest

This commit is contained in:
Willy-JL
2023-02-20 18:59:39 +00:00
parent 6ec93b46ce
commit 355ef763e4

View File

@@ -3,36 +3,17 @@ App(
name="Basic applications for main menu",
apptype=FlipperAppType.METAPACKAGE,
provides=[
"fap_loader",
"subghz",
"unirfremix",
"sub_playlist",
"lfrfid",
"nfc",
"infrared",
"gpio",
"ibutton",
"infrared",
"lfrfid",
"nfc",
"subghz",
"bad_kb",
"u2f",
"fap_loader",
"sub_playlist",
"archive",
"clock",
"unirfremix",
],
)
App(
appid="main_apps_default",
name="Basic applications for main menu",
apptype=FlipperAppType.METAPACKAGE,
provides=[
"gpio",
# "ibutton",
"infrared",
"lfrfid",
"nfc",
"subghz",
# "bad_kb",
# "u2f",
"fap_loader",
"archive",
],
)