diff --git a/applications/Tools/smoke_free/manifest.yml b/applications/Tools/smoke_free/manifest.yml new file mode 100644 index 00000000..4d5d80bf --- /dev/null +++ b/applications/Tools/smoke_free/manifest.yml @@ -0,0 +1,25 @@ +# Smoke Free Application Manifest +# Format zgodny z Flipper Application Catalog + +sourcecode: + type: git + location: + origin: https://github.com/kamylwnb/smoke_free + commit_sha: 0603f0009bc5563268fd0f672cebca006aab197b + +short_description: "Tracks time without smoking with persistent SD card logging" + +description: | + Real-time progress tracker for Flipper Zero to help you stay smoke-free. + Features a dynamic live counter displaying elapsed time formatted into days, + hours, minutes, and seconds. Includes an automated milestone system with alerts + at 1 hour, 12 hours, 1 day, and 7 days. Saves session data persistently to the + SD card to survive reboots, maintains a text-based history log, and implements + a strict double-confirmation system to prevent accidental counter resets. + +changelog: "@CHANGELOG.md" + +screenshots: + - screenshots/1.png + - screenshots/2.png + - screenshots/4.png