unleashed-firmware/applications/plugins/minesweeper/application.fam
MX 8520daf28b
addding some great plugins to be preinstalled
and running fbt format, and fixing TOTP printf format
2022-10-12 05:01:37 +03:00

12 lines
286 B
Text

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