mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-20 03:41:42 +03:00
15 lines
454 B
Plaintext
15 lines
454 B
Plaintext
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="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",
|
|
)
|