|
|
@@ -4,9 +4,11 @@ App(
|
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
|
entry_point="combo_cracker_app",
|
|
|
stack_size=4 * 1024,
|
|
|
- requires=["gui", "input"],
|
|
|
+ requires=[
|
|
|
+ "gui",
|
|
|
+ ],
|
|
|
order=10,
|
|
|
- fap_icon="assets/app.png",
|
|
|
+ fap_icon="app.png",
|
|
|
fap_category="Tools",
|
|
|
fap_icon_assets="assets",
|
|
|
fap_description="Crack Combo Locks by feeling the gates and resistance, then calculating the value to pop.",
|