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