diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-10-17 16:32:05 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-10-17 16:32:05 -0700 |
| commit | 2e9b8df1517f863689c9229faba861603853e982 (patch) | |
| tree | 7158116eeb882faa3cd9f0121e3cac5a8e768bb8 /public/site.webmanifest | |
| parent | 04b8b2e735189e50dd0ca7509c5122d628915c60 (diff) | |
add favicon
Diffstat (limited to 'public/site.webmanifest')
| -rw-r--r-- | public/site.webmanifest | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100644 index 0000000..1e4db68 --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#FFFFFF", + "background_color": "#FFFFFF", + "display": "standalone" + }
\ No newline at end of file |
