mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
12 lines
226 B
Plaintext
12 lines
226 B
Plaintext
App(
|
|
appid="basic_plugins",
|
|
name="Basic applications for plug-in menu",
|
|
apptype=FlipperAppType.METAPACKAGE,
|
|
provides=[
|
|
"music_player",
|
|
"music_beeper",
|
|
"snake_game",
|
|
"bt_hid",
|
|
],
|
|
)
|