mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
14 lines
453 B
Text
14 lines
453 B
Text
App(
|
|
appid="multi_converter",
|
|
name="Multi Converter",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="multi_converter_app",
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
order=19,
|
|
fap_icon="converter_10px.png",
|
|
fap_category="Misc",
|
|
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",
|
|
)
|