diff options
| author | Mel <einebeere@gmail.com> | 2022-02-21 02:45:55 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2022-02-21 02:45:55 +0100 |
| commit | c3a46f9b8f4c11fb4ce81ab9177591238e15198b (patch) | |
| tree | 7381b20dcbe2261552689b577bef312ee4910a21 /assets/public/icon/rook.webmanifest | |
| parent | 2907928cf3cb204a6049192175c107173cce608d (diff) | |
| download | rook-c3a46f9b8f4c11fb4ce81ab9177591238e15198b.tar.zst rook-c3a46f9b8f4c11fb4ce81ab9177591238e15198b.zip | |
Add favicon
Diffstat (limited to 'assets/public/icon/rook.webmanifest')
| -rw-r--r-- | assets/public/icon/rook.webmanifest | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/assets/public/icon/rook.webmanifest b/assets/public/icon/rook.webmanifest new file mode 100644 index 0000000..5e70d4e --- /dev/null +++ b/assets/public/icon/rook.webmanifest @@ -0,0 +1,14 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/icon/android-chrome-144x144.png", + "sizes": "144x144", + "type": "image/png" + } + ], + "theme_color": "#000000", + "background_color": "#000000", + "display": "standalone" +} |
