mirror of
https://github.com/D4C1-Labs/Flipper-ARF.git
synced 2026-04-03 15:15:40 +00:00
11 lines
200 B
Plaintext
11 lines
200 B
Plaintext
App(
|
|
appid="system_apps",
|
|
name="Applications not shown in menus",
|
|
apptype=FlipperAppType.METAPACKAGE,
|
|
provides=[
|
|
"updater_app",
|
|
"js_app",
|
|
# "archive",
|
|
],
|
|
)
|