mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
17 lines
345 B
Plaintext
17 lines
345 B
Plaintext
App(
|
|
appid="text_viewer",
|
|
name="text Viewer",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="hex_viewer_app",
|
|
cdefines=["APP_TEXT_VIEWER"],
|
|
requires=[
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
stack_size=2 * 1024,
|
|
order=20,
|
|
fap_icon="icons/hex_10px.png",
|
|
fap_category="Misc",
|
|
fap_icon_assets="icons",
|
|
)
|