unleashed-firmware/applications/external/minesweeper/application.fam
2023-03-15 01:53:55 +03:00

11 lines
252 B
Text

App(
appid="Minesweeper",
name="Minesweeper",
apptype=FlipperAppType.EXTERNAL,
entry_point="minesweeper_app",
requires=["gui"],
stack_size=8 * 1024,
fap_category="Games",
fap_icon="minesweeper_icon.png",
order=35,
)