mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
14 lines
280 B
Plaintext
14 lines
280 B
Plaintext
App(
|
|
appid="system_apps",
|
|
name="Applications not shown in menus",
|
|
apptype=FlipperAppType.METAPACKAGE,
|
|
provides=[
|
|
"updater_app",
|
|
"storage_move_to_sd",
|
|
"js_app",
|
|
"js_app_start",
|
|
"findmy_startup",
|
|
# "archive",
|
|
],
|
|
)
|