mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 13:09:49 +04:00
11 lines
199 B
Plaintext
11 lines
199 B
Plaintext
|
|
App(
|
||
|
|
appid="settings_apps",
|
||
|
|
name="Basic settings apps bundle",
|
||
|
|
apptype=FlipperAppType.METAPACKAGE,
|
||
|
|
provides=[
|
||
|
|
"passport",
|
||
|
|
"system_settings",
|
||
|
|
"about",
|
||
|
|
],
|
||
|
|
)
|