mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 06:50:12 +00:00
12 lines
278 B
Plaintext
12 lines
278 B
Plaintext
|
App(
|
||
|
appid="barcode_app",
|
||
|
name="Barcode",
|
||
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
entry_point="barcode_main",
|
||
|
requires=["gui", "storage"],
|
||
|
stack_size=2 * 1024,
|
||
|
fap_category="Misc_Extra",
|
||
|
fap_icon="images/barcode_10.png",
|
||
|
fap_icon_assets="images",
|
||
|
)
|