Skip to content
19 changes: 19 additions & 0 deletions applications/Tools/flippar/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# FlipPar Catalog Submission

Copy `manifest.yml` from this folder into your fork of:

`flipperdevices/flipper-application-catalog`

at:

`applications/Tools/flippar/manifest.yml`

Before opening the PR:

1. Commit and push the latest changes in the FlipPar source repository.
2. Replace `REPLACE_WITH_COMMITTED_SHA` in `manifest.yml` with that source-repo commit SHA.
3. Validate the manifest in your local clone of the Flipper catalog repo.

Optional:

- Add a small readme in the same catalog folder if you want extra notes visible from the catalog manifest link.
17 changes: 17 additions & 0 deletions applications/Tools/flippar/manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
sourcecode:
type: git
location:
origin: https://github.com/jsammarco/FlipPar.git
commit_sha: d56cfda64037b184b90ddaa5980299c45a7242c9

short_description: Track golf and disc golf rounds on Flipper Zero.
description: "@README.md"
changelog: "@changelog.md"

screenshots:
- "Screenshots/Loading Screen.png"
- "Screenshots/Menu1.png"
- "Screenshots/Menu2.png"
- "Screenshots/Main View No Grid.png"
- "Screenshots/Grid View.png"
- "Screenshots/Totals.png"