mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 19:08:36 -07:00
Update system apps
This commit is contained in:
@@ -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.",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user