Update system apps

This commit is contained in:
Willy-JL
2023-11-19 23:15:17 +00:00
parent 2c8a2006c1
commit 3b898ece92
76 changed files with 2390 additions and 440 deletions

View File

@@ -1,6 +1,6 @@
App(
appid="hex_viewer",
name="Hex Viewer",
name="HEX Viewer",
apptype=FlipperAppType.EXTERNAL,
entry_point="hex_viewer_app",
requires=[
@@ -8,10 +8,11 @@ App(
"dialogs",
],
stack_size=2 * 1024,
order=20,
fap_icon="icons/hex_10px.png",
fap_category="Tools",
fap_icon_assets="icons",
fap_category="Tools",
fap_author="@QtRoS",
fap_version="1.1",
fap_version="2.0",
fap_description="App allows to view various files as HEX.",
)