1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00
Files
unleashed-firmware/applications/debug/file_browser_test/application.fam

11 lines
240 B
Plaintext
Raw Normal View History

App(
appid="file_browser_test",
name="File Browser Test",
apptype=FlipperAppType.DEBUG,
entry_point="file_browser_app",
requires=["gui"],
stack_size=2 * 1024,
fap_category="Debug",
fap_icon_assets="icons",
)