mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
14 lines
440 B
Plaintext
14 lines
440 B
Plaintext
App(
|
|
appid="multi_converter",
|
|
name="Multi Converter",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="multi_converter_app",
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
fap_icon="converter_10px.png",
|
|
fap_category="Tools",
|
|
fap_author="@theisolinearchip",
|
|
fap_version="1.0",
|
|
fap_description="A multi-unit converter written with an easy and expandable system for adding new units and conversion methods",
|
|
)
|