mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
15 lines
313 B
Text
15 lines
313 B
Text
App(
|
|
appid="text_viewer",
|
|
name="Text Viewer",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="text_viewer_app",
|
|
requires=[
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
stack_size=2 * 1024,
|
|
order=20,
|
|
fap_icon="icons/text_10px.png",
|
|
fap_category="Misc",
|
|
fap_icon_assets="icons",
|
|
)
|