mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 23:10:16 +00:00
12 lines
267 B
Plaintext
12 lines
267 B
Plaintext
|
App(
|
||
|
appid="Password_Generator",
|
||
|
name="Password Generator",
|
||
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
entry_point="passgenapp",
|
||
|
requires=[
|
||
|
"gui",
|
||
|
],
|
||
|
fap_category="Tools",
|
||
|
fap_icon="icons/passgen_icon.png",
|
||
|
fap_icon_assets="icons",
|
||
|
)
|