mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 13:33:06 +00:00
10 lines
208 B
Text
10 lines
208 B
Text
App(
|
|
appid="basic_plugins",
|
|
name="Basic applications for plug-in menu",
|
|
apptype=FlipperAppType.METAPACKAGE,
|
|
provides=[
|
|
"music_player",
|
|
"snake_game",
|
|
"bt_hid",
|
|
],
|
|
)
|