2022-08-08 12:34:11 +03:00
|
|
|
App(
|
2023-06-02 13:42:44 +03:00
|
|
|
appid="multi_converter",
|
2022-08-23 19:14:30 +03:00
|
|
|
name="Multi Converter",
|
2022-09-15 19:37:06 +03:00
|
|
|
apptype=FlipperAppType.EXTERNAL,
|
2022-08-23 19:14:30 +03:00
|
|
|
entry_point="multi_converter_app",
|
2022-08-08 12:34:11 +03:00
|
|
|
requires=["gui"],
|
|
|
|
stack_size=1 * 1024,
|
|
|
|
order=19,
|
2022-09-15 01:14:55 +03:00
|
|
|
fap_icon="converter_10px.png",
|
2023-07-05 19:21:42 +03:00
|
|
|
fap_category="Tools",
|
2023-06-29 19:18:49 +03:00
|
|
|
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",
|
2022-08-08 12:34:11 +03:00
|
|
|
)
|