mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2025-10-04 19:12:44 +02:00
12 lines
226 B
Plaintext
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",
|
|
],
|
|
)
|