Update apps pt2

This commit is contained in:
Willy-JL
2023-03-09 01:51:24 +00:00
parent e4998bf330
commit a5ee8673d6
89 changed files with 825 additions and 283 deletions
+2 -3
View File
@@ -1,7 +1,7 @@
App(
appid="QRCode",
appid="qrcode",
name="QR Code",
fap_version=(1, 0),
fap_version=(1, 1),
fap_description="Display qrcodes",
fap_author="Bob Matcuk",
fap_weburl="https://github.com/bmatcuk/flipperzero-qrcode",
@@ -16,5 +16,4 @@ App(
fap_category="Tools",
fap_icon="icons/qrcode_10px.png",
fap_icon_assets="icons",
fap_icon_assets_symbol="qrcode",
)