mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
18 lines
477 B
Plaintext
18 lines
477 B
Plaintext
App(
|
|
appid="text_viewer",
|
|
name="Text Viewer",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="text_viewer",
|
|
requires=[
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
stack_size=10 * 1024,
|
|
fap_icon="icons/text_10px.png",
|
|
fap_category="Tools",
|
|
fap_icon_assets="icons",
|
|
fap_author="@Willy-JL", # Original by @kowalski7cc & @kyhwana, new has code borrowed from archive > show
|
|
fap_version="1.0",
|
|
fap_description="Text viewer application",
|
|
)
|