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