mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 15:00:46 +00:00
80a406afd3
OFW PR 1859 by gornekich
9 lines
190 B
Text
9 lines
190 B
Text
App(
|
|
appid="basic_plugins",
|
|
name="Basic applications for plug-in menu",
|
|
apptype=FlipperAppType.METAPACKAGE,
|
|
provides=[
|
|
"music_player",
|
|
"snake_game",
|
|
],
|
|
)
|