Skip to content

Commit

Permalink
Add better samples.
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur2136 committed Apr 27, 2024
1 parent fa01434 commit 3c2d9e7
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions example/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publisher:
email: [email protected]
media:
- purpose: icon
uri: ./media/publisher_icon.jpeg
uri: ./media/publisher_icon.png
app:
name: Cute Kittens
address: ''
Expand All @@ -17,20 +17,22 @@ app:
website: https://solanamobile.com
media:
- purpose: icon
uri: ./media/app_icon.jpeg
uri: ./media/app_icon.png
release:
address: ''
media:
- purpose: icon
uri: ./media/release_icon.png
- purpose: screenshot
uri: ./media/app_screenshot1.png
uri: ./media/screenshot_1.png
- purpose: video
uri: ./media/demo.mp4
- purpose: screenshot
uri: ./media/app_screenshot2.png
uri: ./media/screenshot_2.png
- purpose: screenshot
uri: ./media/app_screenshot3.png
uri: ./media/screenshot_3.png
- purpose: screenshot
uri: ./media/app_screenshot4.png
uri: ./media/screenshot_4.png
files:
- purpose: install
uri: ./files/app-release.apk
Expand Down
Binary file removed example/media/app_icon.jpeg
Binary file not shown.
Binary file added example/media/app_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed example/media/app_screenshot1.png
Binary file not shown.
Binary file removed example/media/app_screenshot2.png
Binary file not shown.
Binary file removed example/media/app_screenshot3.png
Binary file not shown.
Binary file removed example/media/app_screenshot4.png
Binary file not shown.
Binary file added example/media/demo.mp4
Binary file not shown.
Binary file removed example/media/publisher_icon.jpeg
Binary file not shown.
Binary file added example/media/publisher_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example/media/release_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/media/screenshot_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/media/screenshot_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/media/screenshot_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/media/screenshot_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3c2d9e7

Please sign in to comment.