diff --git a/applications/Tools/flippar/README.md b/applications/Tools/flippar/README.md new file mode 100644 index 00000000..00b7cd03 --- /dev/null +++ b/applications/Tools/flippar/README.md @@ -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. diff --git a/applications/Tools/flippar/manifest.yml b/applications/Tools/flippar/manifest.yml new file mode 100644 index 00000000..a430661d --- /dev/null +++ b/applications/Tools/flippar/manifest.yml @@ -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"