Skip to content

Commit

Permalink
fix(application): adjust fam files accroding to ubft linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MassivDash committed Sep 26, 2024
1 parent b1fb928 commit c89e9a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ App(
apptype=FlipperAppType.EXTERNAL,
entry_point="app",
stack_size=2 * 1024,
fap_category="Tools",
fap_category="tools",
fap_version=(0, 1),
fap_icon="flipper_time_tracker.png", # 10x10 1-bit PNG
fap_description="Flipper Time Tracker is an application for flipperzero device that allows the user to track multiple tasks at the same time. Application uses csv file to store and handle task data that can be easily exported to excel or similar for further analysis. This also allows to track tasks time in the background or even if the device is switched off !",
fap_author="Lukasz Celitan<spaceout.com>",
fap_author="MassivDash (hhtps://spaceout.pl)",
fap_weburl="https://github.com/MassivDash/flipper-tracker",
fap_icon_assets="images", # Image assets to compile for this application
)

0 comments on commit c89e9a4

Please sign in to comment.