1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00
Files
unleashed-firmware/applications/system/application.fam
MX 95483fb56f add findmy to system apps [ci skip]
autoload by Willy-JL
2025-02-13 20:12:23 +03:00

12 lines
226 B
Plaintext

App(
appid="system_apps",
name="Applications not shown in menus",
apptype=FlipperAppType.METAPACKAGE,
provides=[
"updater_app",
"js_app",
"findmy_startup",
# "archive",
],
)