diff options
| author | 2023-04-22 19:52:26 +0800 | |
|---|---|---|
| committer | 2023-04-22 19:52:26 +0800 | |
| commit | 4838df315931bb883f704ec3e1abe2685f296cdf (patch) | |
| tree | 57a8550c4cd5338f1126364bb518c6cde8d96e7d /docs/public/images/favicon-dark/site.webmanifest | |
| parent | db74ade0234a40c2120ad5f2a41bee50ce13de02 (diff) | |
| download | HydroRoll-4838df315931bb883f704ec3e1abe2685f296cdf.tar.gz HydroRoll-4838df315931bb883f704ec3e1abe2685f296cdf.zip | |
😀
Diffstat (limited to 'docs/public/images/favicon-dark/site.webmanifest')
| -rw-r--r-- | docs/public/images/favicon-dark/site.webmanifest | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/public/images/favicon-dark/site.webmanifest b/docs/public/images/favicon-dark/site.webmanifest new file mode 100644 index 0000000..4a48884 --- /dev/null +++ b/docs/public/images/favicon-dark/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "Turborepo", + "short_name": "Turborepo", + "icons": [ + { + "src": "/favicons/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/favicons/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} |