Skip to content

Commit

Permalink
feat: added manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhyll committed May 19, 2024
1 parent 5e36cec commit 44aa8f3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Binary file added public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Tauri",
"short_name": "Tauri",
"description": "The cross-platform app building toolkit",
"start_url": "/index.html",
"display": "standalone",
"background_color": "#181818",
"theme_color": "#181818",
"icons": [
{
"src": "/logo.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/logo.png",
"sizes": "512x512",
"type": "image/png"
}
],
"lang": "en-US",
"orientation": "portrait",
"scope": "/"
}

0 comments on commit 44aa8f3

Please sign in to comment.