Skip to content

Commit

Permalink
feat: add public folder
Browse files Browse the repository at this point in the history
  • Loading branch information
thraizz committed Jul 23, 2024
1 parent 6fe2e23 commit 10202aa
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
Binary file added public/icon512_maskable.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 public/icon512_rounded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"theme_color": "#8936FF",
"background_color": "#2EC6FE",
"icons": [
{
"purpose": "maskable",
"sizes": "512x512",
"src": "icon512_maskable.png",
"type": "image/png"
},
{
"purpose": "any",
"sizes": "512x512",
"src": "icon512_rounded.png",
"type": "image/png"
}
],
"orientation": "portrait",
"display": "standalone",
"dir": "left",
"lang": "en-EN",
"name": "R10Progress - Golf Analytics",
"short_name": "R10Progress",
"description": "Transform your golfing experience with R10Progress, the ultimate companion for your Garmin Approach R10 Golf Radar. This intuitive app is designed to effortlessly track your progress and help you achieve your golfing goals. With R10Progress, you can easily monitor your performance, analyze your data, and make informed adjustments to your game. Say goodbye to guesswork and hello to a smarter way of improving your golf skills.",
"id": "https://r10progress.com"
}

0 comments on commit 10202aa

Please sign in to comment.