-
Notifications
You must be signed in to change notification settings - Fork 159
/
manifest.yml
26 lines (25 loc) · 1.06 KB
/
manifest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## This is a sample manifest file for the Flipper Apps Catalog.
## Create one for your app in a corresponding directory in the 'applications' folder.
sourcecode:
type: git
location:
## Specify the git URL of your repository
origin: https://github.com/flipperdevices/flipperzero-catalog-sample-app.git
## Put the full commit SHA of the commit with the app's code you want to submit
commit_sha: a614af3979876fdc1e9f7d2f6c93b4c8f32b1d03
## (Optional) If your app is located in a subdirectory of the repository, specify it here
# subdir: .
## If application.fam contains 'fap_description', it will be used as a short description
short_description: A short app description.
## For 'description' and 'changelog', you can use limited markdown syntax
## You can also specify a file from your app's repository as a source with @
description: |
A long app description.
Very long.
Spanning multiple lines.
changelog: "@CHANGELOG.md"
## Unmodified screenshots from qFlipper
screenshots:
- screenshots/flp0.png
- screenshots/flp1.png
- screenshots/flp2.png