mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-24 23:40:12 +00:00
20 lines
471 B
Plaintext
20 lines
471 B
Plaintext
App(
|
|
appid="qrcode",
|
|
name="qrcode",
|
|
fap_version=(1,1),
|
|
fap_description="Display qrcodes",
|
|
fap_author="Bob Matcuk",
|
|
fap_weburl="https://github.com/bmatcuk/flipperzero-qrcode",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="qrcode_app",
|
|
stack_size=2 * 1024,
|
|
cdefines=["APP_QRCODE"],
|
|
requires=[
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
fap_category="Tools",
|
|
fap_icon="icons/qrcode_10px.png",
|
|
fap_icon_assets="icons",
|
|
)
|